summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-01 03:09:15 +0000
commit8b9382961f7ef994cf5746d6a038088f1242cd6d (patch)
tree0d06132b5186e756cc85ca756faf3a4dc944d7d6 /knife/lib/chef/knife/version.rb
parentdd79e571b6b28c6b84e8f1b247d891921f0e5f76 (diff)
downloadchef-8b9382961f7ef994cf5746d6a038088f1242cd6d.tar.gz
Bump version to 17.6.15 by Chef Expeditorv17.6.15
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 df48536288..13feead368 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.14".freeze
+ VERSION = "17.6.15".freeze
end
end