summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-03 23:04:29 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-03 23:04:29 +0000
commitc202ce4e318a6bc842158970aeb6b3d13fa6a0df (patch)
tree7a8c373de7864a68928dc8bc8a59469cfcf3c2d8 /lib/chef
parentc8ddd81bc1f608152f222dde367116327004c227 (diff)
downloadchef-c202ce4e318a6bc842158970aeb6b3d13fa6a0df.tar.gz
Bump version to 16.3.60 by Chef Expeditorv16.3.60
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 cf2403940d..544c805711 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.3.59")
+ VERSION = Chef::VersionString.new("16.3.60")
end
#