summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-23 20:40:56 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-23 20:40:56 +0000
commit187eb2a8a2d03f7b7ace34d33584d45899d2441c (patch)
tree8e85240c18b70edd56ffdc530891760f80a690fd /chef-bin/lib/chef-bin
parent2c3895bb2bb44988a41350d09b351ab02f259a2b (diff)
downloadchef-187eb2a8a2d03f7b7ace34d33584d45899d2441c.tar.gz
Bump version to 16.3.29 by Chef Expeditorv16.3.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/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 e292e1823d..462c6580ea 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.3.28".freeze
+ VERSION = "16.3.29".freeze
end
#