summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-28 04:01:13 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-28 04:01:13 +0000
commitf8dcd18acc4924af77b65699c9ee4abdd83dadcf (patch)
treefc1c2173c2f0e971ccc8fdc5a1276c9a9a41fb74 /chef-bin
parent4eacc691e0efabe1b09dffb48ae1a8394a7b5860 (diff)
downloadchef-f8dcd18acc4924af77b65699c9ee4abdd83dadcf.tar.gz
Bump version to 15.4.12 by Chef Expeditorv15.4.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 b58fc45edb..d48a9f2fb3 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.4.11".freeze
+ VERSION = "15.4.12".freeze
end
#