summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-22 19:02:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-22 19:02:15 +0000
commit11c181a56c76a1b0bb9c0445f138215988ae6d84 (patch)
tree7baf8c2662645e1ccc0f63f1add777b98556b20a /chef-config/lib
parent283eedbc25f11016158d79ea9cca89ce11d0d492 (diff)
downloadchef-11c181a56c76a1b0bb9c0445f138215988ae6d84.tar.gz
Bump version to 17.9.15 by Chef Expeditorv17.9.15
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 1f76496a0b..98c8c7df99 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 = "17.9.14".freeze
+ VERSION = "17.9.15".freeze
end