From c40b5f01e1c89f3b0ed20e24e9ba1564bb13b894 Mon Sep 17 00:00:00 2001 From: Keith Busch Date: Tue, 9 Apr 2019 15:32:46 -0600 Subject: [PATCH] Release for new stable fixes There's been a few fixes since the last tag that are fairly critical for some scenarios, so we're tagging a new one already. Since these are all just fixes and no new features, we'll add an additional minor digit to the revision. 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 c3c8baf..b1d86c3 100755 --- a/NVME-VERSION-GEN +++ b/NVME-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=NVME-VERSION-FILE -DEF_VER=v1.8 +DEF_VER=v1.8.1 LF=' ' -- 2.49.0