diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-10 15:10:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-10 15:10:53 +0300 |
| commit | f784d30559569cba63d5d02aa3413346accea7fb (patch) | |
| tree | 36f8e4bc64cd641b2324c35999b3c053f267cad0 /internal/version.go | |
| parent | b6be62b537ebfd3a0e2fa25c93d2408ccb418cb7 (diff) | |
v1.3.0: Snonux inbox, default platform, compose posting, gemtext filterv1.3.0
- Snonux writes plain text to gosdir/snonux/inbox
- Default -platforms includes Snonux; gosc runs post after compose
- Gemini summary skips db/platforms/snonux posted entries
Made-with: Cursor
Diffstat (limited to 'internal/version.go')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index c76328b..5e688a8 100644 --- a/internal/version.go +++ b/internal/version.go @@ -6,7 +6,7 @@ import ( "codeberg.org/snonux/gos/internal/table" ) -const versionStr = "v1.2.6" +const versionStr = "v1.3.0" func printVersion() { table.New(). |
