summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-17 19:41:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-17 19:41:51 +0000
commitae36f3f15bcc2d203c73eca46d7cf60300b38f19 (patch)
treee6515ea752fb2a502c67ef28a11b1b32f985c0fd /chef-bin
parentf0d32a968a83e5bf3e2362f53f7b7479f4b455d9 (diff)
downloadchef-ae36f3f15bcc2d203c73eca46d7cf60300b38f19.tar.gz
Bump version to 17.9.9 by Chef Expeditorv17.9.9
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 a64cb11483..b64aba34a3 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.8".freeze
+ VERSION = "17.9.9".freeze
end
#