summaryrefslogtreecommitdiff
path: root/knife/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-06 14:43:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-06 14:43:36 +0000
commit4eb1be4c8d70b74e25544b9a6a6a0268ab31b982 (patch)
tree95086477112a19e1dce3f4be260f492683e52965 /knife/lib/chef
parent85f30cb9b2f1c22f4dc3fd14132420234e99b22c (diff)
downloadchef-4eb1be4c8d70b74e25544b9a6a6a0268ab31b982.tar.gz
Bump version to 17.0.189 by Chef Expeditorv17.0.189
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef')
-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 59024cf93d..94dcd22bb9 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.188".freeze
+ VERSION = "17.0.189".freeze
end
end