summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-16 20:13:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-16 20:13:40 +0000
commit85e073f9120905849720fa5504cc576d24607b9c (patch)
tree6fabdbe22f9c0be7e14319bfac997c980934895c /chef-config/lib
parent86410308d31c48e052f3b2f1875cbe4693ef5b44 (diff)
downloadchef-85e073f9120905849720fa5504cc576d24607b9c.tar.gz
Bump version to 17.5.12 by Chef Expeditorv17.5.12
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 f462f25fb6..a1b4d73c96 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.5.11".freeze
+ VERSION = "17.5.12".freeze
end