summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 18:01:53 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 18:01:53 +0000
commit2ae231e89d13a1308c78d19f2c28c172d2c646bc (patch)
tree05cdfe069877b095b9e3c685c463f66e2e1c38a1 /chef-bin
parent5e2fbf16010757a7c88be7a82294cfe18142bc1e (diff)
downloadchef-2ae231e89d13a1308c78d19f2c28c172d2c646bc.tar.gz
Bump version to 15.12.11 by Chef Expeditorv15.12.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 5a73940be0..934a310378 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.12.10".freeze
+ VERSION = "15.12.11".freeze
end
#