diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-16 23:10:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-16 23:10:29 +0000 |
commit | 576504d84dee7d43dddd2636b2aa85d672a1bf8f (patch) | |
tree | 58cea544debe16c8844d0ec76f82347aa70dd9e8 /knife | |
parent | 99d5ae6f54f7317b027dca408d753a7d6c92dd1b (diff) | |
download | chef-576504d84dee7d43dddd2636b2aa85d672a1bf8f.tar.gz |
Bump version to 18.0.44 by Chef Expeditorv18.0.44
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 2e20b29b91..9ad42114b6 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.43".freeze + VERSION = "18.0.44".freeze end end |