diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-03 23:45:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-03 23:45:38 +0000 |
commit | b14a3e76165e243fcabe61db60be80f8c13c36a1 (patch) | |
tree | d8efd18afcd5defde13df73f464d391ba81dbcaa /lib | |
parent | a9fe893febadf58e570cdddba77f8c5a030d5cd6 (diff) | |
download | chef-b14a3e76165e243fcabe61db60be80f8c13c36a1.tar.gz |
Bump version to 17.0.74 by Chef Expeditorv17.0.74
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 a95478c1fa..e0b7206fc5 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.73") + VERSION = Chef::VersionString.new("17.0.74") end # |