diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-08 00:02:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-08 00:02:19 +0000 |
commit | 0dad30ded1529f4938ad00c6e6c0440b11e0e8b4 (patch) | |
tree | f66036dfdf82cfbfc84b3de74a33da93b44d8ac6 /chef-bin/lib | |
parent | 21858edc362dd31b131f22192445f1efa269c00e (diff) | |
download | chef-0dad30ded1529f4938ad00c6e6c0440b11e0e8b4.tar.gz |
Bump version to 18.0.31 by Chef Expeditorv18.0.31
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 3857f8e7b4..6c60a1fa6c 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.30".freeze + VERSION = "18.0.31".freeze end # |