summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-20 20:03:44 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-20 20:03:44 +0000
commit77a27db0403c6fe482d8145d9a5e77a75356f495 (patch)
treecaa53e63e8ac0fef98de1ced2bc5fd448b9cb59d /chef-config/lib
parentf76e50095ae6e78c0b8f6cea20aa006969e1fa8c (diff)
downloadchef-77a27db0403c6fe482d8145d9a5e77a75356f495.tar.gz
Bump version to 17.5.13 by Chef Expeditorv17.5.13
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 a1b4d73c96..8686dc8561 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.12".freeze
+ VERSION = "17.5.13".freeze
end