summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-16 23:14:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-16 23:14:17 +0000
commit951385931f571201681f617b7d368ac79d631e17 (patch)
tree545c6e9904b925e0ec915d6e1f0f8211efe8c02a /knife
parent6f0cebde86231a57341cb1f48177b2280db35084 (diff)
downloadchef-951385931f571201681f617b7d368ac79d631e17.tar.gz
Bump version to 17.3.1 by Chef Expeditorv17.3.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 0fb6f441f4..89f2c95286 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.3.0".freeze
+ VERSION = "17.3.1".freeze
end
end