summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-29 02:08:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-29 02:08:54 +0000
commit8a13436ced9b9a0bfb006f70227b861eddaa323c (patch)
treeb03389f413cae28c3f37a44005aa67d3fd7ac1c3 /chef-bin
parente32b43bf1652e88bde94b26cdbb117eaa536a1c9 (diff)
downloadchef-8a13436ced9b9a0bfb006f70227b861eddaa323c.tar.gz
Bump version to 17.7.29 by Chef Expeditorv17.7.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 b946670049..4201d5bafa 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.7.28".freeze
+ VERSION = "17.7.29".freeze
end
#