summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-15 04:44:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-15 04:44:49 +0000
commite2fe8eb41634152e192575c3daf27d338fc8f816 (patch)
treedd44aee029cecea9642eb9dfdb72c2fd5cd49444 /knife
parent42f0d5433d43d1e72d45751645c4649c0a710a3e (diff)
downloadchef-e2fe8eb41634152e192575c3daf27d338fc8f816.tar.gz
Bump version to 17.3.0 by Chef Expeditorv17.3.0
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 78607b82ba..0fb6f441f4 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.38".freeze
+ VERSION = "17.3.0".freeze
end
end