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 /knife/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 'knife/lib')
-rw-r--r-- | knife/lib/chef/knife/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index f8fac5416d..a55bf39de2 100644 --- a/knife/lib/chef/knife/version.rb +++ b/knife/lib/chef/knife/version.rb @@ -17,7 +17,7 @@ class Chef class Knife KNIFE_ROOT = File.expand_path("../..", __dir__) - VERSION = "18.0.81".freeze + VERSION = "18.0.82".freeze end end |