diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-30 22:22:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-30 22:22:19 +0000 |
commit | b2fd957715ea490d49f7b27daa5101ecf0a23c4b (patch) | |
tree | 75cfb1b0b7c0046c10e22545f7e1af9bd043a7cf /chef-bin/lib | |
parent | 18d274a881ace4df130239bdc9952f8245e518d5 (diff) | |
download | chef-b2fd957715ea490d49f7b27daa5101ecf0a23c4b.tar.gz |
Bump version to 18.0.82 by Chef Expeditorv18.0.82
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 fb9cff3ba1..c9cbb2a867 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.81".freeze + VERSION = "18.0.82".freeze end # |