diff options
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") |
