summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 01:41:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 01:41:26 +0000
commit9b6ba6ecc57a7ce6cb2f37d028203054a0791dfd (patch)
tree696e696bbc7db373217d67f2a4df9ff772334c28 /knife/lib/chef/knife/version.rb
parentf69c34dfeac95c49ea0d48c0adf0a352930e298f (diff)
downloadchef-9b6ba6ecc57a7ce6cb2f37d028203054a0791dfd.tar.gz
Bump version to 17.0.241 by Chef Expeditorv17.0.241
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 5a42e5c76a..564b5f0595 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.240".freeze
+ VERSION = "17.0.241".freeze
end
end