diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-16 18:45:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-16 18:45:32 +0000 |
commit | a3d0367bba6a819aace47d1f449a3ccfceb24ddd (patch) | |
tree | ac8b13e8d2b33b4e54827d17d8147c9b19bc8e61 /chef-bin | |
parent | 93892aabfe3a1ee0c83b25192029549cc2564410 (diff) | |
download | chef-a3d0367bba6a819aace47d1f449a3ccfceb24ddd.tar.gz |
Bump version to 16.6.19 by Chef Expeditorv16.6.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 f39216f6b0..cdfd8fa2ca 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("..", __dir__) - VERSION = "16.6.18".freeze + VERSION = "16.6.19".freeze end # |