summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-01 02:06:42 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-01 02:06:42 +0000
commit6bc4727f43d9656199e422052cc9a9421889b24a (patch)
treea4d71d036ba0c25f230ccf2143b6ceb377562d20 /lib
parenteca1ee532149035f674db53f09c66019f2911195 (diff)
downloadchef-6bc4727f43d9656199e422052cc9a9421889b24a.tar.gz
Bump version to 15.4.18 by Chef Expeditorv15.4.18
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 cf0ecd2641..c4231406c6 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.4.17")
+ VERSION = Chef::VersionString.new("15.4.18")
end
#