summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-29 23:27:06 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-29 23:27:06 +0000
commitbb6116d12fbc75dbb3d1daa36b8413b1bc6638d1 (patch)
tree7b93a97aed4f552bd76d222c516cac92fd38e6cf /knife
parent3653ece7f0fe82c02825edc0d154a040b23f3a4d (diff)
downloadchef-bb6116d12fbc75dbb3d1daa36b8413b1bc6638d1.tar.gz
Bump version to 17.9.19 by Chef Expeditorv17.9.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 12504241cd..5e47d6854c 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.18".freeze
+ VERSION = "17.9.19".freeze
end
end