summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-22 18:12:02 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-22 18:12:02 +0000
commit847a43d8d89c383554bbec36e377f9d50e96555a (patch)
tree2a4bc431e44ecee5ca994ad2314acbfb4e88f78a /chef-config/lib/chef-config/version.rb
parentd7deaae8fcf84c19c825e43c487819cde24ed549 (diff)
downloadchef-847a43d8d89c383554bbec36e377f9d50e96555a.tar.gz
Bump version to 16.3.22 by Chef Expeditorv16.3.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 bd02e7ad16..95915800a2 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("..", __dir__)
- VERSION = "16.3.21".freeze
+ VERSION = "16.3.22".freeze
end