From 5215cf75e5f478fcfdab09086cc0d619fc5d5f99 Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Wed, 27 May 2020 09:35:55 -0700 Subject: [PATCH] Release stable fixes for 1.11 list was broken on slightly older linux kernels. Tag new release with the fix on new branch. Signed-off-by: Keith Busch --- NVME-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NVME-VERSION-GEN b/NVME-VERSION-GEN index 2624b54..e9ef971 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v1.11.1 +DEF_VER=v1.11.2 LF=' ' -- 2.50.1