summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-24 14:32:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-24 14:32:27 +0000
commit218175c219a9661509c6376f67639deba182308b (patch)
treefc9c9d6d78a474ecd505fe49b2828b4b11d6a9ab /chef-config
parent3498c8374d35539a5aea506ed51165f7883ec00c (diff)
downloadchef-218175c219a9661509c6376f67639deba182308b.tar.gz
Bump version to 17.6.1 by Chef Expeditorv17.6.1
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 4709790e17..99c41958a5 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.6.0".freeze
+ VERSION = "17.6.1".freeze
end