summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-09 04:52:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-09 04:52:46 +0000
commit1c8f84f84d267524076e2d0c5a69bc23be04f593 (patch)
tree9d422d877eb5d6e48fec0e23b33117d3012b3c25 /knife/lib/chef/knife
parent02c33fa13fc8a99112080ab2a2d8c9d654a1a91a (diff)
downloadchef-1c8f84f84d267524076e2d0c5a69bc23be04f593.tar.gz
Bump version to 18.0.33 by Chef Expeditorv18.0.33
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/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 a5522151e2..c8e0e71864 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.32".freeze
+ VERSION = "18.0.33".freeze
end
end