summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-11 03:34:10 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-11 03:34:10 +0000
commit6503062412428f345007a00d7f2334e6c4c1b101 (patch)
tree290c4682df5060be8b65b1176dd87994c6fdefa2 /knife/lib
parente664552c118ca7ceada3bf4e0b13cd1482dcf4e1 (diff)
downloadchef-6503062412428f345007a00d7f2334e6c4c1b101.tar.gz
Bump version to 17.2.33 by Chef Expeditorv17.2.33
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 5e338023f3..a2c5cc3729 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.2.32".freeze
+ VERSION = "17.2.33".freeze
end
end