summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-20 16:04:25 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-20 16:04:25 +0000
commitc6fc0a9fb2fc23ec83efa2a898f4b02914f485b1 (patch)
tree08a95244642b57f5a5789a26a3d0ca834bdfe5b1 /knife
parent0b8884b315cae21b54889e3cf59c6a2f282fddb2 (diff)
downloadchef-c6fc0a9fb2fc23ec83efa2a898f4b02914f485b1.tar.gz
Bump version to 17.9.34 by Chef Expeditorv17.9.34
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 e231adef5a..2380c71ffc 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.9.33".freeze
+ VERSION = "17.9.34".freeze
end
end