summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-04 07:56:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-04 07:56:22 +0000
commit3e3aeef2cdd4f7c47416df3f51d06398adb6ea7b (patch)
tree0e500d33bba7d3b73091a8a7df2e8212c6f7d4d6 /knife
parentb800120edbca521211ff6ffe7eb2a56b4ee5ea86 (diff)
downloadchef-3e3aeef2cdd4f7c47416df3f51d06398adb6ea7b.tar.gz
Bump version to 17.7.33 by Chef Expeditorv17.7.33
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 7250a71cb8..85d1852bc3 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.7.32".freeze
+ VERSION = "17.7.33".freeze
end
end