summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-12 20:25:24 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-12 20:25:24 +0000
commit6af0f600de98440a3ffe0cd3f6b24697fd6d1a95 (patch)
tree868dff84e0fd8a53395866d357895ba06b222596 /chef-bin
parente59044da5d6f874fc9a58d23f45a33d17394ef16 (diff)
downloadchef-6af0f600de98440a3ffe0cd3f6b24697fd6d1a95.tar.gz
Bump version to 17.1.38 by Chef Expeditorv17.1.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 13f8d12f93..9fb2758255 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.1.37".freeze
+ VERSION = "17.1.38".freeze
end
#