summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-31 16:58:38 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-31 16:58:38 +0000
commitc4ed115bed739bec87654b040bf426ba8943fea7 (patch)
tree8913b1fe34983b08aea6272c966078a9a661d03e /chef-config/lib/chef-config
parent28cf9180a8bec30ec3dd16ff3086b0cd4df08c0b (diff)
downloadchef-c4ed115bed739bec87654b040bf426ba8943fea7.tar.gz
Bump version to 15.0.22 by Chef Expeditorv15.0.22
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 51f3b5f6d3..389c03b056 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 = "15.0.21".freeze
+ VERSION = "15.0.22".freeze
end
#