diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-01-27 15:06:05 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-01-27 15:06:05 +0000 |
commit | f206b887fa2f75d23f70ef866cfda14c0ecaa44f (patch) | |
tree | 2f1e36a34bc0f5280b9677499e5a2c546e0c3ecd /chef-bin | |
parent | a368257590f158ec6cf3b9b99c53f5456f0768a6 (diff) | |
download | chef-f206b887fa2f75d23f70ef866cfda14c0ecaa44f.tar.gz |
Bump version to 18.1.9 by Chef Expeditorv18.1.9
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 a3fb58f0bb..d96a25e8af 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.1.8".freeze + VERSION = "18.1.9".freeze end # |