diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-04 02:07:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-04 02:07:17 +0000 |
commit | a95b6690b1c3207d2297f1b2ed6f0924da3330e9 (patch) | |
tree | 3dfedcb255cb92fbe997a88c8bb499a7ad7127d8 /chef-bin | |
parent | 32cd08b01f9ecc79dde32d9f80e9c19704e57f3f (diff) | |
download | chef-a95b6690b1c3207d2297f1b2ed6f0924da3330e9.tar.gz |
Bump version to 15.8.12 by Chef Expeditorv15.8.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 319123e7ad..6e31aa6e39 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.8.11".freeze + VERSION = "15.8.12".freeze end # |