summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-16 15:11:57 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-16 15:11:57 +0000
commit9487e653687ebad83912f2965ca37758d8f80eb0 (patch)
treee4e8dc8132ddf0e69b4a321df1ee0f87a9e24fc4 /knife/lib
parentfdc73d7ebd0dcbe754e1b4ccd70a5be00864f3fc (diff)
downloadchef-9487e653687ebad83912f2965ca37758d8f80eb0.tar.gz
Bump version to 18.0.42 by Chef Expeditorv18.0.42
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 491971cbe7..74a15303bf 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 = "18.0.41".freeze
+ VERSION = "18.0.42".freeze
end
end