summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-13 20:35:37 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-13 20:35:37 +0000
commitcc81bcf6ae32f10eaef6bf15a02326744e21e078 (patch)
tree760dbd5a5ada0cda62c3fc80cf2934c3c4f7ae54 /chef-bin
parent03fa4520d98db7153fa07ce417ee75e166edc68c (diff)
downloadchef-cc81bcf6ae32f10eaef6bf15a02326744e21e078.tar.gz
Bump version to 15.6.14 by Chef Expeditorv15.6.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 89ef39e237..80404f748d 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.6.13".freeze
+ VERSION = "15.6.14".freeze
end
#