summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-07 17:27:31 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-07 17:27:31 +0000
commit09a38d650142f708f9514e4b172a90ee7c2657a2 (patch)
tree2dd301285a5b31f52e2259ec637556f170b16a51 /knife
parent2eaa37c4e23c25d7bf4e50a282f598a4399c3876 (diff)
downloadchef-09a38d650142f708f9514e4b172a90ee7c2657a2.tar.gz
Bump version to 17.2.23 by Chef Expeditorv17.2.23
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 f4538a4748..8bff3a4454 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.22".freeze
+ VERSION = "17.2.23".freeze
end
end