Skip to content

Commit

Permalink
Bump version to 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Aug 6, 2021
1 parent d0e83a2 commit 7b43752
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.24.2) stable; urgency=medium

* Fix configuration parsing

-- Vitaliy Filippov <[email protected]> Fri, 06 Aug 2021 21:23:56 +0300

geesefs (0.24.1) stable; urgency=medium

* Initial release
Expand Down
2 changes: 1 addition & 1 deletion internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func NewApp() (app *cli.App) {

app = &cli.App{
Name: "geesefs",
Version: "0.24.1",
Version: "0.24.2",
Usage: "Mount an S3 bucket locally",
HideHelp: true,
Writer: os.Stderr,
Expand Down

0 comments on commit 7b43752

Please sign in to comment.