diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-16 22:59:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-16 22:59:31 +0300 |
| commit | a51083fe1a2b9a03f3c3139a2927a1f3ec22d44a (patch) | |
| tree | 1a86dd4e17d609a11e4a70f843e79549545b9ff5 | |
| parent | 7662ae52c08c659f5aaf69f446822f48c3d0a831 (diff) | |
v0.3.1: refactor themes & shared HTML into embedded templatesv0.3.1
Made-with: Cursor
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 742745d..2cde488 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version // Version is the application version (semantic versioning). -const Version = "0.3.0" +const Version = "0.3.1" |
