summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-21 19:05:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-21 19:05:30 +0000
commitd0481fe73afe5b60b48cab25ae8a73bc74b187a5 (patch)
treeb566695d1463d69358a6f55efe3ab6ed11ded50b /chef-bin
parent3d3d15513e9ae9d6cf193be0043cc4bcca677fb7 (diff)
downloadchef-d0481fe73afe5b60b48cab25ae8a73bc74b187a5.tar.gz
Bump version to 15.10.11 by Chef Expeditorv15.10.11
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 53935978ed..1e5ab00f55 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.10.10".freeze
+ VERSION = "15.10.11".freeze
end
#