summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-16 17:44:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-16 17:44:53 +0000
commit1eaa82c5dce935aa891e9beb4aa390da00073359 (patch)
tree99fefa82155fb1876c538544c9eac380d334601b /chef-config/lib
parentb4281b54520e89f5e74cdd50a9d8290def8a6847 (diff)
downloadchef-1eaa82c5dce935aa891e9beb4aa390da00073359.tar.gz
Bump version to 17.3.38 by Chef Expeditorv17.3.38
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 839f1b930e..5a1c1a94fd 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.37".freeze
+ VERSION = "17.3.38".freeze
end