From 0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 4 Feb 2023 14:54:31 +0000 Subject: Bump version to 18.1.12 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- knife/lib/chef/knife/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knife/lib') diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb index 616108388a..8f6f0e2014 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.11".freeze + VERSION = "18.1.12".freeze end end -- cgit v1.2.1