summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-21 22:25:30 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-21 22:25:30 +0000
commitf88e0578fddabd9ac235d0709bc0a1d41d4a6b28 (patch)
tree93f2eac7a321520e2840accbbf04520ecad107f9 /chef-config/lib
parent0124bb7e7b2f482f09548ad274f0341ab94190f1 (diff)
downloadchef-f88e0578fddabd9ac235d0709bc0a1d41d4a6b28.tar.gz
Bump version to 17.3.8 by Chef Expeditorv17.3.8
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 380954dc13..09899f8809 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.3.7".freeze
+ VERSION = "17.3.8".freeze
end