diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-27 18:14:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-27 18:14:44 +0000 |
commit | f0e3a32fb9e0a918237d216efe69b20ef5963685 (patch) | |
tree | 2ac4461e2cbe891bcf43b67b9029e1c9c692d416 /chef-bin | |
parent | 5bdbd21fb2a3ff888d4d74f7079db6ae21582f08 (diff) | |
download | chef-f0e3a32fb9e0a918237d216efe69b20ef5963685.tar.gz |
Bump version to 18.0.20 by Chef Expeditorv18.0.20
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 0b2f5b90dc..1d53c84205 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.19".freeze + VERSION = "18.0.20".freeze end # |