summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-12 22:39:25 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-12 22:39:25 +0000
commit9e855c5e91697db393bc28ddeefdc7b5ead49924 (patch)
treeccee0a0f3fd2ea990d233848be1faabe5e750c94 /chef-bin
parent38b88530c208214f29ec9812f3aa23d34af68fe3 (diff)
downloadchef-9e855c5e91697db393bc28ddeefdc7b5ead49924.tar.gz
Bump version to 15.6.12 by Chef Expeditorv15.6.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 c3b9891f54..5431e1b372 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.6.11".freeze
+ VERSION = "15.6.12".freeze
end
#