summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-22 22:25:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-22 22:25:13 +0000
commit35acb9504700d403b9a3c826240d37f9f5204db0 (patch)
treeb45dfc46120e82eb5923da40e1ef108158ed8f09 /knife/lib/chef/knife/version.rb
parentcc0abf2ff249b87fe9af0ddb0de4f07cb39fe254 (diff)
downloadchef-35acb9504700d403b9a3c826240d37f9f5204db0.tar.gz
Bump version to 17.0.226 by Chef Expeditorv17.0.226
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 7527ff584b..f28066907d 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.225".freeze
+ VERSION = "17.0.226".freeze
end
end