summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-25 23:18:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-25 23:18:46 +0000
commite11e3e01b0749d0355c39f2625b4d106523b79d1 (patch)
tree1951857662bd6f9aee660c6298c201c676da1db4 /chef-bin
parent3e57b7ccff1a778dc413fd2a872ece41fa92d711 (diff)
downloadchef-e11e3e01b0749d0355c39f2625b4d106523b79d1.tar.gz
Bump version to 16.5.15 by Chef Expeditorv16.5.15
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 39dd483eee..4e87f81f57 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("..", __dir__)
- VERSION = "16.5.14".freeze
+ VERSION = "16.5.15".freeze
end
#