diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-05-25 05:45:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-05-25 05:45:18 +0000 |
commit | 6c9e276fa8c3de273c3bb742be2d64934046bbfb (patch) | |
tree | b3d6074984306f7ffaeff54eb6b805e01918f79c /knife | |
parent | af0918e529e4706ab19e075695bd8bc014196da9 (diff) | |
download | chef-6c9e276fa8c3de273c3bb742be2d64934046bbfb.tar.gz |
Bump version to 18.0.100 by Chef Expeditorv18.0.100
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'knife')
-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 5ca0b36ce5..4576c30d58 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.99".freeze + VERSION = "18.0.100".freeze end end |