summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-22 22:46:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-22 22:46:28 +0000
commitcc41bd53c22c64618de828234d99e56f41497a2f (patch)
tree4894412bd3bfb1b727daf4e2057f4759b7499c08 /lib
parentb2444e772f983769504d08552fbb0037f682a8f3 (diff)
downloadchef-cc41bd53c22c64618de828234d99e56f41497a2f.tar.gz
Bump version to 17.9.17 by Chef Expeditorv17.9.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 ba71f5de28..9c795da58c 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.9.16")
+ VERSION = Chef::VersionString.new("17.9.17")
end
#