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