summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-27 18:21:34 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-27 18:21:34 +0000
commit4c4f27007d14d32fc2087eb296c7bcd50d0278a5 (patch)
tree180e210a6e00a94833c88b63207aa2ec7c48d8cc /chef-bin/lib
parentb2f34177f953104e5144f332dae254e9a7007ba3 (diff)
downloadchef-4c4f27007d14d32fc2087eb296c7bcd50d0278a5.tar.gz
Bump version to 17.9.38 by Chef Expeditorv17.9.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 0bfe600c59..3b53973a5a 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.9.37".freeze
+ VERSION = "17.9.38".freeze
end
#