summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 21:04:49 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 21:04:49 +0000
commit7d303613e78b77c2a94d1b374550b42bbe6f1d30 (patch)
tree3e3fbac0398bd21b6ea4f21acd637ce8b71ea7e6 /chef-bin
parent96d5974ffceb51dfdea872356ff96798a50f68c2 (diff)
downloadchef-7d303613e78b77c2a94d1b374550b42bbe6f1d30.tar.gz
Bump version to 17.9.27 by Chef Expeditorv17.9.27
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 ebe802b984..697521fd43 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.26".freeze
+ VERSION = "17.9.27".freeze
end
#