diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-19 19:52:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-19 19:52:16 +0000 |
commit | d6243f194796fc9a928ce80a1386fbd034fc390b (patch) | |
tree | 0c89e2018b948a96a242f1cf731bf82b4b2d4abf /chef-bin | |
parent | 34332e0b8132936234014eed32614894e21d3ee5 (diff) | |
download | chef-d6243f194796fc9a928ce80a1386fbd034fc390b.tar.gz |
Bump version to 15.1.56 by Chef Expeditorv15.1.56
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 cfff781a9b..3801560054 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.55".freeze + VERSION = "15.1.56".freeze end # |