summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-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 42388e529d..fd98768f62 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.6.28")
+ VERSION = Chef::VersionString.new("16.6.29")
end
#