summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-14 02:06:14 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-14 02:06:14 +0000
commit53622471cf878eecfb1086ee9f7370db6f14f60c (patch)
treeed759d0725b87f0b50cc6f079b22a2e0b566886e /chef-config/lib/chef-config/version.rb
parente785a179dc12ce935276049f57c619158009c04b (diff)
downloadchef-53622471cf878eecfb1086ee9f7370db6f14f60c.tar.gz
Bump version to 17.2.37 by Chef Expeditorv17.2.37
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 83ec352ac8..ce231b5a34 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.36".freeze
+ VERSION = "17.2.37".freeze
end