summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-02 21:42:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-02 21:42:09 +0000
commit1251d9ab4a7ffcaea5fb1c55a64edf0af44d318c (patch)
tree3ba970aedea92a4a2a82764e060fee65ba1f3e98 /knife
parentf757d5b7084382e8edebf5eb1497b659301236c6 (diff)
downloadchef-1251d9ab4a7ffcaea5fb1c55a64edf0af44d318c.tar.gz
Bump version to 17.3.14 by Chef Expeditorv17.3.14
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 5c561b01da..2afe09af6f 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.13".freeze
+ VERSION = "17.3.14".freeze
end
end