summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-24 16:46:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-24 16:46:05 +0000
commit79ff895c4a66ccf6eadf73ec490fd8470a8cc318 (patch)
treecfcdceea1093b78742162ee03172e547cca767b0 /lib/chef/version.rb
parent90e15c54cea6e2527114fa3d139b3111f90ead48 (diff)
downloadchef-79ff895c4a66ccf6eadf73ec490fd8470a8cc318.tar.gz
Bump version to 18.0.74 by Chef Expeditorv18.0.74
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 14ac6da18d..da0a9057a5 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("18.0.73")
+ VERSION = Chef::VersionString.new("18.0.74")
end
#