summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-07 23:30:58 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-07 23:30:58 +0000
commita3f7490ce3aefc12e89894f2378b8775b0c08d09 (patch)
treefb6f9a6e045dbb8f446db54fe991f47d8d777421 /lib
parent339e94c85d0cbc6a9e11e5a79f1843ea5bbea0d0 (diff)
downloadchef-a3f7490ce3aefc12e89894f2378b8775b0c08d09.tar.gz
Bump version to 15.2.18 by Chef Expeditorv15.2.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 5fb4df5999..59c1da30f2 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.2.17")
+ VERSION = Chef::VersionString.new("15.2.18")
end
#