summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-20 00:30:17 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-20 00:30:17 +0000
commit403bf5a725cac444656606942de95920db7242eb (patch)
treeb804fc2bb5bb30e6e985450c78f8cbc59100fa1f /lib/chef
parentab8b2f8661ace775449d47b05745195e83b35bc4 (diff)
downloadchef-403bf5a725cac444656606942de95920db7242eb.tar.gz
Bump version to 15.0.79 by Chef Expeditorv15.0.79
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 60e4786d01..85915f0014 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.78")
+ VERSION = Chef::VersionString.new("15.0.79")
end
#