diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-27 16:53:33 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-27 16:53:35 +0000 |
commit | 1d11591dfdca8d23d06de40c2734fbd7d9d347b2 (patch) | |
tree | e01c07beaba89e74d6f0af3821b1d66b64c6526e /chef-bin | |
parent | eb2598d5d2acdf8e9960062c75e1d26a58739e33 (diff) | |
download | chef-1d11591dfdca8d23d06de40c2734fbd7d9d347b2.tar.gz |
Bump version to 16.1.19 by Chef Expeditorv16.1.19
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 0cb2222da5..ad0af69da6 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.1.18".freeze + VERSION = "16.1.19".freeze end # |