summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-28 06:46:07 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-28 06:46:07 +0000
commitb49c1d7f1eeed3ceb7bc35406dd802f582a3c25c (patch)
treeccdd1312093a949885e2f80ef324ac93cad8d3bf /lib
parenta5c8171cbf2680864a7e79fabc08411c29d504fa (diff)
downloadchef-b49c1d7f1eeed3ceb7bc35406dd802f582a3c25c.tar.gz
Bump version to 16.2.2 by Chef Expeditorv16.2.2
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 eab65836cc..2d4d53ddcb 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.2.1")
+ VERSION = Chef::VersionString.new("16.2.2")
end
#