summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-19 23:03:41 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-19 23:03:41 +0000
commit3808a192536970524cac4aab51b60143453d72e4 (patch)
treeac1b8fe71b7a00df8e408f4c23395d0c94cf988b /chef-bin
parent1ae5a2b77a0e090e06b20a1fa952b17dc719e0da (diff)
downloadchef-3808a192536970524cac4aab51b60143453d72e4.tar.gz
Bump version to 16.6.29 by Chef Expeditorv16.6.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 7fef13bb50..9ba6e4eb75 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 = "16.6.28".freeze
+ VERSION = "16.6.29".freeze
end
#