summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-28 17:28:05 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-28 17:28:05 +0000
commit023c64ccdf6c546ebe09ca770559f7748109d3ad (patch)
tree8453d6dc8f093bb5d19149a1f8efb52534713a31 /knife
parent0d11ef1b8d4e270bad773a6f629923de87db6e11 (diff)
downloadchef-023c64ccdf6c546ebe09ca770559f7748109d3ad.tar.gz
Bump version to 17.9.42 by Chef Expeditorv17.9.42
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 50d769f230..12b34937ea 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.9.41".freeze
+ VERSION = "17.9.42".freeze
end
end