summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-14 22:56:04 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-14 22:56:04 +0000
commit9851800cb4bcc481a00c949da2a86e15a94652f6 (patch)
tree720437c19c3ce6f81e0f085d7d1735262309b76e /chef-bin/lib
parent8b6aee19257eb81d468e1589fcfaf38c0603e5de (diff)
downloadchef-9851800cb4bcc481a00c949da2a86e15a94652f6.tar.gz
Bump version to 16.4.29 by Chef Expeditorv16.4.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 25b4b8a26f..f51b7826f7 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.4.28".freeze
+ VERSION = "16.4.29".freeze
end
#