diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-19 23:03:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-19 23:03:41 +0000 |
commit | 3808a192536970524cac4aab51b60143453d72e4 (patch) | |
tree | ac1b8fe71b7a00df8e408f4c23395d0c94cf988b /lib | |
parent | 1ae5a2b77a0e090e06b20a1fa952b17dc719e0da (diff) | |
download | chef-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.rb | 2 |
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 # |