summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-05 17:06:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-05 17:06:31 +0000
commit9f2282bcfa1fcf44e44c24ba92fcd6aef79d1e80 (patch)
tree5c6300f50a02629775a9f87fb79a0e4baafc33f7 /lib
parent894080b8fe068ad2fec94a6deefa2ad0fea38dde (diff)
downloadchef-9f2282bcfa1fcf44e44c24ba92fcd6aef79d1e80.tar.gz
Bump version to 16.2.18 by Chef Expeditorv16.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 2801c0273f..50908d0245 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("16.2.17")
+ VERSION = Chef::VersionString.new("16.2.18")
end
#