summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-14 20:08:15 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-14 20:08:15 +0000
commit45600b8088b114004a12bf6048e320798f161718 (patch)
tree6602bc5e0f33cf846b7adce2213d5d6b46cafcd1 /chef-bin
parentd9c39f1821e819ab5834851db049e8cfef48694a (diff)
downloadchef-45600b8088b114004a12bf6048e320798f161718.tar.gz
Bump version to 17.9.47 by Chef Expeditorv17.9.47
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 7a94c10e66..e56fd2620b 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.46".freeze
+ VERSION = "17.9.47".freeze
end
#