From 3d8935e6456bcfe462bd7735615e9009ef5ff7c6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 27 Oct 2024 17:19:34 +0200 Subject: can ask before queueing --- cmd/gos/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd') 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") -- cgit v1.2.3