summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:55:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:55:47 +0000
commit14322805574a96ace59d65c2a997b5042b836d4a (patch)
tree2828162e3321d4790652267d2634b428f9f73216 /knife/lib
parent3bbcf0ccaeca8d8e307b72c7b4c8e6809044c635 (diff)
downloadchef-14322805574a96ace59d65c2a997b5042b836d4a.tar.gz
Bump version to 17.3.4 by Chef Expeditorv17.3.4
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 407732ed1e..0377f9544a 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.3.3".freeze
+ VERSION = "17.3.4".freeze
end
end