summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-13 19:19:26 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-13 19:19:26 +0000
commit1c7585dff3116c89a8802311984d54daaed0d1eb (patch)
tree33863717d6dcbab0458c02c9d42f5c2f5d9f3d66 /lib
parentee57fef138668b3b5ccc612741b3fbf5553fabf2 (diff)
downloadchef-1c7585dff3116c89a8802311984d54daaed0d1eb.tar.gz
Bump version to 15.7.9 by Chef Expeditorv15.7.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 e51044899d..8b2442364c 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.7.8")
+ VERSION = Chef::VersionString.new("15.7.9")
end
#