summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 00:03:59 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 00:03:59 +0000
commit93ba95d8b656c9baf35b4709abff06bc809c9be6 (patch)
tree49d16a98af36f8664db9d90c90cb98aa7f0b6ddb /lib
parent9e4d46d23742ad3f1a74bc451fe2608acb150c82 (diff)
downloadchef-93ba95d8b656c9baf35b4709abff06bc809c9be6.tar.gz
Bump version to 16.3.62 by Chef Expeditorv16.3.62
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 675f16e742..70c8d635fc 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.61")
+ VERSION = Chef::VersionString.new("16.3.62")
end
#