summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 00:40:05 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 00:40:05 +0000
commit91985234d15894b6f1f7546cf65f9e84849cbec0 (patch)
tree484faf90b0cf614a716bb29b02a2a42a524a5145 /chef-bin
parent5a6101f9d86a0d0066d30e327fa96cd89b35fa1c (diff)
downloadchef-91985234d15894b6f1f7546cf65f9e84849cbec0.tar.gz
Bump version to 15.13.6 by Chef Expeditorv15.13.6
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 8c5ed98e5f..0c64507fb0 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 = "15.13.5".freeze
+ VERSION = "15.13.6".freeze
end
#