summaryrefslogtreecommitdiff
path: root/knife/lib/chef/knife/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-16 20:13:40 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-16 20:13:40 +0000
commit85e073f9120905849720fa5504cc576d24607b9c (patch)
tree6fabdbe22f9c0be7e14319bfac997c980934895c /knife/lib/chef/knife/version.rb
parent86410308d31c48e052f3b2f1875cbe4693ef5b44 (diff)
downloadchef-85e073f9120905849720fa5504cc576d24607b9c.tar.gz
Bump version to 17.5.12 by Chef Expeditorv17.5.12
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 aa77b4e6b8..5d2f85f39f 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.5.11".freeze
+ VERSION = "17.5.12".freeze
end
end