Skip to content

Commit eba4b25

Browse files
committed
Bump version to 0.31.2
1 parent 89ace5f commit eba4b25

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.2) unstable; urgency=medium
2+
3+
* Fix a bug where user metadata values were always lowercased
4+
5+
-- Vitaliy Filippov <[email protected]> Tue, 24 May 2022 13:53:15 +0300
6+
17
geesefs (0.31.1) unstable; urgency=medium
28

39
* Fix a very rare problem with multipart upload expire when --multipart-age is set to 0

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

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)