summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 00:48:11 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 00:48:13 +0000
commitd8ddb80cfa52ef0b7e92272603b7edf479a64437 (patch)
tree0f81f9adefde2a5876e1f39dfc80ff26312da7bc /chef-config
parent5ef37942c3124df9f85d76b9f8e9b18d0e87c581 (diff)
downloadchef-d8ddb80cfa52ef0b7e92272603b7edf479a64437.tar.gz
Bump version to 15.8.1 by Chef Expeditorv15.8.1
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 21d5b37ef6..12d1255c56 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.0".freeze
+ VERSION = "15.8.1".freeze
end