summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-07 04:10:58 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-07 04:10:58 +0000
commit41a953050a3c0197619f4b5a9139ea174c0a1f4a (patch)
treec7cb5884f79df1a3fa139fe9c483635fdd1b731e /chef-config
parentafb9f9db7e693b1c75ddbf48dec276e4cec60923 (diff)
downloadchef-41a953050a3c0197619f4b5a9139ea174c0a1f4a.tar.gz
Bump version to 17.7.0 by Chef Expeditorv17.7.0
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 b3630a4b72..1cf75a5b00 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.21".freeze
+ VERSION = "17.7.0".freeze
end