diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-09-28 04:01:13 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-09-28 04:01:13 +0000 |
commit | f8dcd18acc4924af77b65699c9ee4abdd83dadcf (patch) | |
tree | fc1c2173c2f0e971ccc8fdc5a1276c9a9a41fb74 /chef-bin | |
parent | 4eacc691e0efabe1b09dffb48ae1a8394a7b5860 (diff) | |
download | chef-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.rb | 2 |
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 # |