summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-24 19:10:57 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-24 19:10:57 +0000
commit973bb70aab75fec20f7cb489048fe4ace3daf963 (patch)
treece9c9a50fcbf73a2123b9df63167ec1bb99d1521 /knife/lib
parentb6f835aaf897f69fa331743eb37067471f90dc9f (diff)
downloadchef-973bb70aab75fec20f7cb489048fe4ace3daf963.tar.gz
Bump version to 17.2.10 by Chef Expeditorv17.2.10
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 0db1dd2dae..ec474f0769 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.9".freeze
+ VERSION = "17.2.10".freeze
end
end