From 0a96fb933273840db3c7017b052a9e5bd61cd23a Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 17 Aug 2021 23:37:23 +0300 Subject: [PATCH] Bump version to 0.25.1 --- debian/changelog | 6 ++++++ internal/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1e7b4416..bbc3f480 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.25.1) stable; urgency=medium + + * Don't remove all MPUs on start + + -- Vitaliy Filippov Tue, 17 Aug 2021 23:33:34 +0300 + geesefs (0.25.0) stable; urgency=medium * Improve linear read and write diff --git a/internal/flags.go b/internal/flags.go index 1cf4e198..ee30402d 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -29,7 +29,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.25.0" +const GEESEFS_VERSION = "0.25.1" var flagCategories map[string]string