diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-27 00:11:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-27 00:11:38 +0000 |
commit | 5d07ddc8c210724f634389c64e649449b9fb7d5d (patch) | |
tree | a3697a8b5756f4f0edcd1f6b8031d36df9aa0f10 /chef-bin | |
parent | f880feab8af6ab8820b11363e2ffaa6f2a86e1ca (diff) | |
download | chef-5d07ddc8c210724f634389c64e649449b9fb7d5d.tar.gz |
Bump version to 15.1.32 by Chef Expeditorv15.1.32
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 1d1fbdfda2..3bd1719bed 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.1.31".freeze + VERSION = "15.1.32".freeze end # |