summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-16 00:06:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-16 00:06:37 +0000
commit81f6b9f99fd87c5ea7fa81322fdb1f9607a89268 (patch)
treee813dec4d9e3d89729db52a04751d6a881f7d39a /chef-config/lib/chef-config/version.rb
parent90a8b77705ec7146a2d84b0a34a1e9d22441bce2 (diff)
downloadchef-81f6b9f99fd87c5ea7fa81322fdb1f9607a89268.tar.gz
Bump version to 16.8.15 by Chef Expeditorv16.8.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 58434a2d38..a19825df08 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("..", __dir__)
- VERSION = "16.8.14".freeze
+ VERSION = "16.8.15".freeze
end