summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 19:46:34 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 19:46:34 +0000
commit73da461db30f772932ed284c8351ef425e60151a (patch)
tree81485d7e12e68520729d1462d0e240acd8421d0d /knife/lib/chef/knife/version.rb
parent9ee94a2afae40e04d117d0721a8c97be12f6ff91 (diff)
downloadchef-73da461db30f772932ed284c8351ef425e60151a.tar.gz
Bump version to 17.0.194 by Chef Expeditorv17.0.194
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife/version.rb')
-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 ee344c9ca0..51cb6a4726 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.0.193".freeze
+ VERSION = "17.0.194".freeze
end
end