summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-25 00:36:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-25 00:36:03 +0000
commit17013f044819d7aa5bc28e2f21514768235ee1a1 (patch)
tree57e0faafb480c60d39a6fb6277b58434a9673e66 /lib/chef/version.rb
parent2c48df4f51eef6adc85587fa8bb7aca3b9d0f7bc (diff)
downloadchef-17013f044819d7aa5bc28e2f21514768235ee1a1.tar.gz
Bump version to 16.5.74 by Chef Expeditorv16.5.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 7b41c0a837..8437534938 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("16.5.73")
+ VERSION = Chef::VersionString.new("16.5.74")
end
#