From deee9cae1ac94760deebd71f8e5449061338666c Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Thu, 11 Nov 2021 13:09:06 -0800 Subject: [PATCH] release v1.16 This should be the last release on the legacy branch. New development should switch to the split libnvme backend tree. 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 795f8ec7..4940a68b 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v1.15 +DEF_VER=v1.16 LF=' ' -- 2.50.1