summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-18 17:44:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-18 17:44:45 +0000
commitc9414338729decf217c8bfc37b1d405619c44331 (patch)
tree0bbd999453a9fe8d1f089ee4395a2cbbb87b52e8 /lib
parent4e88f05635ad97cca520a41fc5a837624c91c0ab (diff)
downloadchef-c9414338729decf217c8bfc37b1d405619c44331.tar.gz
Bump version to 16.0.66 by Chef Expeditorv16.0.66
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 3df0fab042..b919b4ce8b 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.65")
+ VERSION = Chef::VersionString.new("16.0.66")
end
#