summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-06 18:58:48 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-06 18:58:48 +0000
commit6c432308e6e5784585117a674650ef214f581a5b (patch)
tree747b579e18049b04e63498bc1ef215795aa544dd /chef-config
parent1d6398388851c0593c4d2ac5135f3f5ab7da1543 (diff)
downloadchef-6c432308e6e5784585117a674650ef214f581a5b.tar.gz
Bump version to 15.8.18 by Chef Expeditorv15.8.18
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 01ef15981b..b3c3edb57c 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 = "15.8.17".freeze
+ VERSION = "15.8.18".freeze
end