summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-10 01:38:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-10 01:38:26 +0000
commit8ad27e5df42a977df0dbbfb3514dac211809fc9e (patch)
tree75d25a5f0d22716e78b7bd519c4005792b912cb6 /chef-bin
parent407a641868b769cc1bff522403eca61b46b44c80 (diff)
downloadchef-8ad27e5df42a977df0dbbfb3514dac211809fc9e.tar.gz
Bump version to 17.7.38 by Chef Expeditorv17.7.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 3cfdddcefe..f4da0c8cc9 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.7.37".freeze
+ VERSION = "17.7.38".freeze
end
#