diff --git a/debian/changelog b/debian/changelog index 73ce8668..e23cf95b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.36.1) unstable; urgency=medium + + * Fix copying files into existing directories on Windows + + -- Vitaliy Filippov Fri, 09 Jun 2023 20:43:44 +0300 + geesefs (0.36.0) unstable; urgency=medium * Experimental Windows support using WinFSP diff --git a/internal/flags.go b/internal/flags.go index b3e66304..79946855 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -31,7 +31,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.36.0" +const GEESEFS_VERSION = "0.36.1" var flagCategories map[string]string