summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-25 20:22:41 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-25 20:22:41 +0000
commit7445813cc608a9181f3419a0fd8f4f67b7cd4e58 (patch)
treea6ceae6fa5506a2cc6c69f0cb3399a07b33e2415 /lib
parentdf60228d7251e88d526317ecae8394defff77c8d (diff)
downloadchef-7445813cc608a9181f3419a0fd8f4f67b7cd4e58.tar.gz
Bump version to 18.0.17 by Chef Expeditorv18.0.17
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 601e35b5fe..758acb4612 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("18.0.16")
+ VERSION = Chef::VersionString.new("18.0.17")
end
#