diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-04 00:51:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-04 00:51:30 +0000 |
commit | a53c4c4db03e8cf1050af76f285d0d00b0088143 (patch) | |
tree | 2c357ebc2176986e5bed19700d591fb80eed084c /lib | |
parent | 7800028caec32d8a22b6cdb71594760dc629fff7 (diff) | |
download | chef-a53c4c4db03e8cf1050af76f285d0d00b0088143.tar.gz |
Bump version to 17.0.75 by Chef Expeditorv17.0.75
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 e0b7206fc5..fed25500f1 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.74") + VERSION = Chef::VersionString.new("17.0.75") end # |