summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-10 19:19:17 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-10 19:19:17 +0000
commit5c9b308721196834fe9c2db2362f2515a466dc34 (patch)
treecb9ee836f01b87a449a7573744a674e3f36baebc /chef-config
parent47bd99a8046145a5bc1e9309785e287fb92dd98b (diff)
downloadchef-5c9b308721196834fe9c2db2362f2515a466dc34.tar.gz
Bump version to 14.14.22 by Chef Expeditorv14.14.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 cd5d03bbf7..f9e06cb0a0 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "14.14.21".freeze
+ VERSION = "14.14.22".freeze
end
#