summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-03 23:45:34 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-03 23:45:38 +0000
commitb14a3e76165e243fcabe61db60be80f8c13c36a1 (patch)
treed8efd18afcd5defde13df73f464d391ba81dbcaa /lib/chef
parenta9fe893febadf58e570cdddba77f8c5a030d5cd6 (diff)
downloadchef-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/chef')
-rw-r--r--lib/chef/version.rb2
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
#