summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-09 17:18:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-09 17:18:25 +0000
commit813869f9aadf2445c115f9f4c01ddb029eb93840 (patch)
treefdc8abb808571ff8cfbd43da40ebd96c762f91ec /knife/lib/chef/knife/version.rb
parent611a9eecf45c0876a7591ec101ba6792aaa47194 (diff)
downloadchef-813869f9aadf2445c115f9f4c01ddb029eb93840.tar.gz
Bump version to 17.5.1 by Chef Expeditorv17.5.1
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 53a4f95489..bd1ee78d4e 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.5.0".freeze
+ VERSION = "17.5.1".freeze
end
end