diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-01-18 06:16:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-01-18 06:16:56 +0000 |
commit | 7087b55a9ad0f14dced82449f0d464d6d6aec1a5 (patch) | |
tree | 3ab3276a14dfc4f703554a40684a2827c5d80595 /knife/lib | |
parent | 52b84e9e9e0a9cc46ecfa58cfbbf158c20b72313 (diff) | |
download | chef-7087b55a9ad0f14dced82449f0d464d6d6aec1a5.tar.gz |
Bump version to 18.1.2 by Chef Expeditorv18.1.2
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 1a8b814119..0f0c4479c1 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.1.1".freeze + VERSION = "18.1.2".freeze end end |