summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-25 05:12:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-25 05:12:03 +0000
commit6b65c094559dcb7d3d4eff84e56df8efd761c429 (patch)
treed2929d890be6ed36f060c759fa129c6deb467730 /lib
parent24470d98f3155b9ee6f2c8822491cb58f605e57e (diff)
downloadchef-6b65c094559dcb7d3d4eff84e56df8efd761c429.tar.gz
Bump version to 16.7.60 by Chef Expeditorv16.7.60
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 8d42b524f2..650f861a03 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.7.59")
+ VERSION = Chef::VersionString.new("16.7.60")
end
#