summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-08 16:36:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-08 16:36:27 +0000
commit090e973e565a49fa48cf58a0fb95e5bc56002ef3 (patch)
tree63b277f5784861d7c098f493b2953bc6673be1d0 /chef-config
parent565a9f2c070ab1f3ced1043b5397f4c7a78a33f4 (diff)
downloadchef-090e973e565a49fa48cf58a0fb95e5bc56002ef3.tar.gz
Bump version to 16.2.22 by Chef Expeditorv16.2.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 253f758b98..a9a9cce76c 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.21".freeze
+ VERSION = "16.2.22".freeze
end