diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-02-23 18:33:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-02-23 18:33:27 +0000 |
commit | 129f44068c1392fa4cf9371ec8fc365b920c6542 (patch) | |
tree | 293c648dc4285f0707e6c80c6f5133a5597ab2df /lib | |
parent | 67b4ea9e23a339d16ef595e9dc4c1a601f2c78c1 (diff) | |
download | chef-129f44068c1392fa4cf9371ec8fc365b920c6542.tar.gz |
Bump version to 17.10.33 by Chef Expeditorv17.10.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 bb8c1fe54b..bf3c13c280 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.10.32") + VERSION = Chef::VersionString.new("17.10.33") end # |