summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-22 05:18:34 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-22 05:18:34 +0000
commit07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc (patch)
tree92d96065654ffe7492e5ff46ab4cbdde73bb173a /chef-config
parentebcaa97ec4a6447b9cbfd6c9249ef77b6ad1bedd (diff)
downloadchef-07d00d7bc07ccdca7f34abf5bb05ef2d77ebb8dc.tar.gz
Bump version to 17.0.5 by Chef Expeditorv17.0.5chef-master
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 bb0be1be04..054d2e3b13 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.0.4".freeze
+ VERSION = "17.0.5".freeze
end