summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-08 19:54:35 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-08 19:54:35 +0000
commit8e9c1022bf79fd2641fafb0d64c7668a45c1673e (patch)
tree9375b71c64a8ecd596f4d4bfee9390979a578132 /chef-config
parent3e10178b21f06a457cac208082babe6f98c69b0d (diff)
downloadchef-8e9c1022bf79fd2641fafb0d64c7668a45c1673e.tar.gz
Bump version to 17.7.2 by Chef Expeditorv17.7.2
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 8f31a5cde2..99a8e734d2 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.7.1".freeze
+ VERSION = "17.7.2".freeze
end