From f1ec919877f6b5360c03fdb44b6ed8a47aa459e8 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 4 Nov 2025 09:34:19 -0800 Subject: [PATCH] v1.3.0 --- fscryptctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fscryptctl.c b/fscryptctl.c index 9a5d014..801ea5d 100644 --- a/fscryptctl.c +++ b/fscryptctl.c @@ -39,7 +39,7 @@ #ifndef VERSION // Update this on each new release, along with the NEWS.md file. -#define VERSION "v1.2.0" +#define VERSION "v1.3.0" #endif // This matches the limit used by the kernel internally as of Linux 6.16. There