diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-09 04:22:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-09 04:22:35 +0000 |
commit | 68dfb74ac66ff8c4e78fda7d2d2d8dc1b9e5158b (patch) | |
tree | 2fc57bbf1ed6ea22ab6fff915d6d41e11a568e9f /lib | |
parent | 66c59945cab41f88b89e174d8f57e624ce37b3e4 (diff) | |
download | chef-68dfb74ac66ff8c4e78fda7d2d2d8dc1b9e5158b.tar.gz |
Bump version to 15.4.33 by Chef Expeditorv15.4.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 30a9ec96db..e5b566e05a 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("15.4.32") + VERSION = Chef::VersionString.new("15.4.33") end # |