summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-07 17:38:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-07 17:38:18 +0000
commit9f493c4b72796a12bd0522cf0c4c8e52f81ba3e3 (patch)
treeaba1d9a894f667a26c658326be4e4b35d6d9ca23 /knife/lib
parent801311181bd2281902d626a48e7db8ac5b5ad33f (diff)
downloadchef-9f493c4b72796a12bd0522cf0c4c8e52f81ba3e3.tar.gz
Bump version to 17.2.24 by Chef Expeditorv17.2.24
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 8bff3a4454..4700c24b86 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.23".freeze
+ VERSION = "17.2.24".freeze
end
end