summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-21 22:29:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-21 22:29:45 +0000
commit992428b811ff78cad4c0fcbda17f385afc9287a0 (patch)
treec62ecd5ae573a2cdb3b99a0fe60667b6f45bf0c2 /chef-bin
parent593958274c274e97dae976c85403555935a82aa9 (diff)
downloadchef-992428b811ff78cad4c0fcbda17f385afc9287a0.tar.gz
Bump version to 15.10.12 by Chef Expeditorv15.10.12
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 1e5ab00f55..0936104e33 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.11".freeze
+ VERSION = "15.10.12".freeze
end
#