diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-27 17:19:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-27 17:19:34 +0200 |
| commit | 3d8935e6456bcfe462bd7735615e9009ef5ff7c6 (patch) | |
| tree | 342ba25a782d72490b9fa5931685e818a79a2aaf /cmd | |
| parent | e17fa34a36835930a0ec1678e086f450cb9aa620 (diff) | |
can ask before queueing
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gos/main.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/gos/main.go b/cmd/gos/main.go index de41866..43bda4f 100644 --- a/cmd/gos/main.go +++ b/cmd/gos/main.go @@ -15,9 +15,8 @@ import ( "codeberg.org/snonux/gos/internal/config" ) -const versionStr = "v0.0.1" +const versionStr = "v0.0.2" -// TODO: edit tag, to edit post before it is queued. // TODO: now tag, to post a post immediately, ignoring the stats. func main() { dry := flag.Bool("dry", false, "Dry run") |
