summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-15 04:44:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-15 04:44:49 +0000
commite2fe8eb41634152e192575c3daf27d338fc8f816 (patch)
treedd44aee029cecea9642eb9dfdb72c2fd5cd49444 /chef-config/lib/chef-config
parent42f0d5433d43d1e72d45751645c4649c0a710a3e (diff)
downloadchef-e2fe8eb41634152e192575c3daf27d338fc8f816.tar.gz
Bump version to 17.3.0 by Chef Expeditorv17.3.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 a7da1dd827..4ed887de75 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.2.38".freeze
+ VERSION = "17.3.0".freeze
end