diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-08 18:38:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-08 18:38:07 +0000 |
commit | 410c651a3689646f7d798aee3e3f9be57bcfde3e (patch) | |
tree | cc50d3ca261712229163b7099faa679e475b4fe7 /lib | |
parent | 51f8084f32c007ffa5853c0a96fb46bf2ec50c78 (diff) | |
download | chef-410c651a3689646f7d798aee3e3f9be57bcfde3e.tar.gz |
Bump version to 17.0.33 by Chef Expeditorv17.0.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 d8b7a74674..6e81eebdb9 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("17.0.32") + VERSION = Chef::VersionString.new("17.0.33") end # |