summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-16 17:21:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-16 17:21:59 +0000
commitd5eb0b6c75adadc0e1e1e7c06e7b744e6bc1963b (patch)
tree0a4e16c885d8f3d80d2d40d6b566d03fc8d1948d /lib
parentb4e7913972e70b42e632a33930417fb37d2bddd1 (diff)
downloadchef-d5eb0b6c75adadc0e1e1e7c06e7b744e6bc1963b.tar.gz
Bump version to 16.6.18 by Chef Expeditorv16.6.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 d2eaa4fa1f..68b4f42e0a 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("..", __dir__)
- VERSION = Chef::VersionString.new("16.6.17")
+ VERSION = Chef::VersionString.new("16.6.18")
end
#