summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-02 16:24:13 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-02 16:24:13 +0000
commit10fb75a88af544bc68c31b41395d5f8779ecbb92 (patch)
treef147915432d4fe9e15f2c13180ae5960611d3e4c /chef-bin
parentc3949ce09cb27e66ccb3114041e6f8fcfbbfa28a (diff)
downloadchef-10fb75a88af544bc68c31b41395d5f8779ecbb92.tar.gz
Bump version to 17.9.57 by Chef Expeditorv17.9.57
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 e931cddc66..78cd764d92 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.56".freeze
+ VERSION = "17.9.57".freeze
end
#