summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-24 17:56:16 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-24 17:56:16 +0000
commit081e9cb360291f95d6a3c5c75090c7355f5d9365 (patch)
tree008acf1ac415e5546ade7d3a7eaf3e1db9999cfe /knife
parentaeab9f73d40ab4894061f74a78b6e88919e907f0 (diff)
downloadchef-081e9cb360291f95d6a3c5c75090c7355f5d9365.tar.gz
Bump version to 18.0.122 by Chef Expeditorv18.0.122
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 ec574935ca..8a9a25f156 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.121".freeze
+ VERSION = "18.0.122".freeze
end
end