summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 8ddd4e3dbf..39f75c0d91 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.9.16".freeze
+ VERSION = "17.9.17".freeze
end
#