summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-31 16:51:02 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-31 16:51:02 +0000
commitc7bcccedb380320f78d8ac4a2f74706a1c7f7e4e (patch)
tree3a300569a08ea2e2b01e590ea2034c7d125ffd72 /chef-config
parenta19f38f1e8799419f33b12f13c3c622eff542e69 (diff)
downloadchef-c7bcccedb380320f78d8ac4a2f74706a1c7f7e4e.tar.gz
Bump version to 15.0.21 by Chef Expeditorv15.0.21
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 052490a262..51f3b5f6d3 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.20".freeze
+ VERSION = "15.0.21".freeze
end
#