Skip to content

Commit b287c34

Browse files
committed
Bump version to 0.31.4
1 parent c8754b9 commit b287c34

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
geesefs (0.31.4) unstable; urgency=medium
2+
3+
* Add FUSE BatchForget operation support - should fix memory leaks on some kernels
4+
5+
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Sun, 03 Jul 2022 01:52:41 +0300
6+
17
geesefs (0.31.3) unstable; urgency=medium
28

39
* Fix a bug where user metadata values were always lowercased

internal/flags.go

Lines changed: 1 addition & 1 deletion
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.31.3"
33+
const GEESEFS_VERSION = "0.31.4"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)