summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-06 17:23:57 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-06 17:23:57 +0000
commitaed0f264dc104e3976b34788209c61767765e781 (patch)
tree72f37d0eccaee4c8c58688a0fdf3843b63c1bb8f /knife
parent20ca8dd141e2fabff24746f2dd2886a23cafdd1d (diff)
downloadchef-aed0f264dc104e3976b34788209c61767765e781.tar.gz
Bump version to 17.3.19 by Chef Expeditorv17.3.19
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 a3d1e655d9..c52e7c913f 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.18".freeze
+ VERSION = "17.3.19".freeze
end
end