Skip to content

Commit d272fcd

Browse files
committed
Bump version to 0.33.0
1 parent bbf24cd commit d272fcd

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.33.0) unstable; urgency=medium
2+
3+
* Optional uid, gid, UNIX permissions, special file and mtime support
4+
5+
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Thu, 03 Nov 2022 12:19:02 +0300
6+
17
geesefs (0.32.1) unstable; urgency=medium
28

39
* Fix possible "panic: deref inode xxx by xxx from xxx" after forgetting a renamed directory

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.32.1"
33+
const GEESEFS_VERSION = "0.33.0"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)