summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-12-06 20:29:40 +0000
committerChef Expeditor <chef-ci@chef.io>2022-12-06 20:29:40 +0000
commit64c4c5754ab729fd85bc1a6c3beaf1b3a950f627 (patch)
tree5dd2bb649c22c9bf6a4823096b2f3e1eca0ce69d /chef-bin
parenta1028dd01811d5da6f5e91657de1c240b3f5996f (diff)
downloadchef-64c4c5754ab729fd85bc1a6c3beaf1b3a950f627.tar.gz
Bump version to 17.10.29 by Chef Expeditorv17.10.29
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 7657a1e8d8..8cfe56ec82 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.10.28".freeze
+ VERSION = "17.10.29".freeze
end
#