Skip to content

Commit 3f4411d

Browse files
committed
Release 0.37.2
1 parent 0a40cb2 commit 3f4411d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
geesefs (0.37.2) unstable; urgency=medium
2+
3+
* Fix files not showing up in MacOS Finder (apart from directories and `ls` in terminal)
4+
5+
-- Vitaliy Filippov <[email protected]> Fri, 11 Aug 2023 14:40:19 +0300
6+
17
geesefs (0.37.1) unstable; urgency=medium
28

39
* Windows bug fixes

internal/cfg/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.37.1"
33+
const GEESEFS_VERSION = "0.37.2"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)