diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-20 16:16:27 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-20 16:16:27 +0000 |
commit | 1b1de44d711dde15a4468da2c600ba4292829448 (patch) | |
tree | 767f9a7079cf5a16faff548b075c5fc52b890639 /chef-bin/lib | |
parent | 31885ddcc3ea729f0c079ce4d550fb172c6e7962 (diff) | |
download | chef-1b1de44d711dde15a4468da2c600ba4292829448.tar.gz |
Bump version to 16.0.149 by Chef Expeditorv16.0.149
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 5a2e1de3a8..98bb2afcc3 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 = "16.0.148".freeze + VERSION = "16.0.149".freeze end # |