Skip to content

Commit

Permalink
Release 0.38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Sep 27, 2023
1 parent 44a5cab commit af0ace5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
geesefs (0.38.3) unstable; urgency=medium

* And one more listing fix :)

-- Vitaliy Filippov <[email protected]> Thu, 28 Sep 2023 00:01:50 +0300

geesefs (0.38.2) unstable; urgency=medium

* Fix listings and make them faster again by removing O(N^2)
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.38.2"
const GEESEFS_VERSION = "0.38.3"

var flagCategories map[string]string

Expand Down

0 comments on commit af0ace5

Please sign in to comment.