summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-11 18:07:04 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-11 18:07:04 +0000
commit3889eddfc9944b23caea412d05c08b9b156cb50f (patch)
tree5a1af54d61f5f3db06d1216524d395b4e4e01f35 /chef-bin
parentc67ebab8c2984c81ca0ba0a8a0e7468564e51102 (diff)
downloadchef-3889eddfc9944b23caea412d05c08b9b156cb50f.tar.gz
Bump version to 16.2.29 by Chef Expeditorv16.2.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 49686202b8..721e107671 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("../..", __FILE__)
- VERSION = "16.2.28".freeze
+ VERSION = "16.2.29".freeze
end
#