Skip to content

Commit

Permalink
Release 0.42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Nov 29, 2024
1 parent c2f62aa commit 7f8596a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
geesefs (0.42.3) unstable; urgency=medium

* Add --refresh-dirs option for Windows as an ugly solution to refresh files
in Explorer :)

-- Vitaliy Filippov <[email protected]> Fri, 29 Nov 2024 15:09:09 +0300

geesefs (0.42.2) unstable; urgency=medium

* Fix Create on Windows not returning EEXIST for existing files
Expand Down
2 changes: 1 addition & 1 deletion internal/cfg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.42.2"
const GEESEFS_VERSION = "0.42.3"

var flagCategories map[string]string

Expand Down

0 comments on commit 7f8596a

Please sign in to comment.