summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 16:06:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 16:06:45 +0000
commitf15e98a4c5fae7720fc56731404331307e194551 (patch)
tree35db3b79ae322bc90f97e1846ca8e754b4de98a9 /lib
parent2902110cb75fc16b20580d36231bbf2c08df1fda (diff)
downloadchef-f15e98a4c5fae7720fc56731404331307e194551.tar.gz
Bump version to 17.6.18 by Chef Expeditorv17.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 f521673319..d95abd18fe 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("17.6.17")
+ VERSION = Chef::VersionString.new("17.6.18")
end
#