summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 616a457d85..c4c7b39829 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.4.28")
+ VERSION = Chef::VersionString.new("16.4.29")
end
#