summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-18 06:33:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-18 06:33:14 +0000
commit5a9826a4a44096170696e67ed63adcad49f8fb1f (patch)
tree1a62ded21707bc96fee94cd4e046a9dc7bda2335 /chef-bin
parentab42cac6b2e0e4700d4c60a70cc343fa4547e7e9 (diff)
downloadchef-5a9826a4a44096170696e67ed63adcad49f8fb1f.tar.gz
Bump version to 17.9.12 by Chef Expeditorv17.9.12
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 61a124612f..7abb58520a 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.11".freeze
+ VERSION = "17.9.12".freeze
end
#