From d272fcdbc7d5975252cc1f2d73132826b7083d84 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 3 Nov 2022 12:19:29 +0300 Subject: [PATCH] Bump version to 0.33.0 --- debian/changelog | 6 ++++++ internal/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1ca2790a..efa64edb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.33.0) unstable; urgency=medium + + * Optional uid, gid, UNIX permissions, special file and mtime support + + -- Vitaliy Filippov Thu, 03 Nov 2022 12:19:02 +0300 + geesefs (0.32.1) unstable; urgency=medium * Fix possible "panic: deref inode xxx by xxx from xxx" after forgetting a renamed directory diff --git a/internal/flags.go b/internal/flags.go index 6dbca798..2992a6b3 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.32.1" +const GEESEFS_VERSION = "0.33.0" var flagCategories map[string]string