summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-27 03:36:44 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-27 03:36:44 +0000
commitf343740fbd93812ed9b247b8a7752372ee0ae1fc (patch)
tree328f22dec4ec6917b3856ac903bdfbb6e7e1b296 /chef-config
parent8c7379b129555175b1fc3c58786bc3b30b572e2f (diff)
downloadchef-f343740fbd93812ed9b247b8a7752372ee0ae1fc.tar.gz
Bump version to 15.0.8 by Chef Expeditorv15.0.8
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 ac3886a38b..35a4987251 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.7".freeze
+ VERSION = "15.0.8".freeze
end
#