summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 18:08:24 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 18:08:24 +0000
commit402d21ba3d2d82cec19b205339c100fbc76892e4 (patch)
tree34cce78502591d6883ae50ecdc008927a9807366 /knife/lib/chef/knife/version.rb
parent1c68c7b0ac7bc764d27e7f453e90c4af9882ad38 (diff)
downloadchef-402d21ba3d2d82cec19b205339c100fbc76892e4.tar.gz
Bump version to 17.6.10 by Chef Expeditorv17.6.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife/lib/chef/knife/version.rb')
-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 38e9618de5..51c40975ae 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.6.9".freeze
+ VERSION = "17.6.10".freeze
end
end