We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1fc23 commit 17bdc6aCopy full SHA for 17bdc6a
debian/changelog
@@ -1,4 +1,4 @@
1
-geesefs (0.24.0) common; urgency=medium
+geesefs (0.24.1) stable; urgency=medium
2
3
* Initial release
4
internal/flags.go
@@ -84,7 +84,7 @@ func NewApp() (app *cli.App) {
84
85
app = &cli.App{
86
Name: "geesefs",
87
- Version: "0.24.0-" + VersionHash,
+ Version: "0.24.1",
88
Usage: "Mount an S3 bucket locally",
89
HideHelp: true,
90
Writer: os.Stderr,
0 commit comments