diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-15 17:28:51 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-15 17:28:52 +0000 |
commit | f5a5e4259a1eafbbce453c5b1922d6a818f9e850 (patch) | |
tree | cdebfe70bb25a0af56276075c325ecb2c497d33d /lib | |
parent | d34b10eff816bdfbd3847dcf3e09fc2d26723546 (diff) | |
download | chef-f5a5e4259a1eafbbce453c5b1922d6a818f9e850.tar.gz |
Bump version to 16.2.33 by Chef Expeditorv16.2.33
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 7ccdc46b37..7e57802c86 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("../..", __FILE__) - VERSION = Chef::VersionString.new("16.2.32") + VERSION = Chef::VersionString.new("16.2.33") end # |