summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-16 15:40:26 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-16 15:40:26 +0000
commit78f2aee5392ec60e53bff3ea0ae7973049759deb (patch)
tree960f1a98aa87f1ba0a88d7d36b1998572f61c91f /knife/lib/chef/knife/version.rb
parent9e3cacc6c27a5fcd977cc294999912fb632cf51f (diff)
downloadchef-78f2aee5392ec60e53bff3ea0ae7973049759deb.tar.gz
Bump version to 18.0.43 by Chef Expeditorv18.0.43
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife/version.rb')
-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 74a15303bf..2e20b29b91 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.42".freeze
+ VERSION = "18.0.43".freeze
end
end