summaryrefslogtreecommitdiff
path: root/chef-bin/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 /chef-bin/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 'chef-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index b45aa63400..46f2edefe4 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.1".freeze
+ VERSION = "16.2.2".freeze
end
#