diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-25 20:46:42 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-25 20:46:42 +0000 |
commit | 481b34c5be865ca1bd1628b48f70a29884c42eca (patch) | |
tree | c1495fbd3511295c4a8e8dddd4bb46b827a3bc1b /chef-bin/lib | |
parent | 9407844b695f8e6aed15995753810af4198d69c3 (diff) | |
download | chef-481b34c5be865ca1bd1628b48f70a29884c42eca.tar.gz |
Bump version to 18.0.19 by Chef Expeditorv18.0.19kg/skip-cookbook-sync
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 bbe309d3f1..0b2f5b90dc 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 = "18.0.18".freeze + VERSION = "18.0.19".freeze end # |