summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-15 17:56:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-15 17:56:54 +0000
commita87b78bf6f9887ed35c4c734d40eba0e196346a3 (patch)
tree94c694d7789261c5ec7ea3c7a91e44dc388a3e3f /knife
parent4a572cebb3231b9f16ab7e5fd4fdfdc3ac7ac05e (diff)
downloadchef-a87b78bf6f9887ed35c4c734d40eba0e196346a3.tar.gz
Bump version to 17.9.5 by Chef Expeditorv17.9.5
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 0de749509d..3cd79158d1 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.4".freeze
+ VERSION = "17.9.5".freeze
end
end