summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-29 03:17:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-29 03:17:45 +0000
commitdf457492cdcf4442c2ed651db58cabb9f6e40c5c (patch)
treed6449414a1a99ce7000ca51ddf2c39720422633c /knife/lib
parent0a5c22f4f500ddcff684a40121bcceedd8d4c83c (diff)
downloadchef-df457492cdcf4442c2ed651db58cabb9f6e40c5c.tar.gz
Bump version to 17.2.13 by Chef Expeditorv17.2.13
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib')
-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 d73745a98f..aa94d7f935 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.2.12".freeze
+ VERSION = "17.2.13".freeze
end
end