summaryrefslogtreecommitdiff
path: root/knife
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 /knife
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 'knife')
-rw-r--r--knife/lib/chef/knife/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 2360ee23ec..93512854ec 100644
--- a/knife/lib/chef/knife/version.rb
+++ b/knife/lib/chef/knife/version.rb
@@ -17,7 +17,7 @@
class Chef
class Knife
KNIFE_ROOT = File.expand_path("../..", __dir__)
- VERSION = "17.7.37".freeze
+ VERSION = "17.7.38".freeze
end
end