diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-18 19:41:46 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-18 19:41:46 +0200 |
| commit | bbc91e8764bd83c4497f2ddac86bb8947a91765c (patch) | |
| tree | 8288780c6bc826f158edeef3b44c259dc0498c5e /internal | |
| parent | 1e0b0f9e9573d1c6188fc683591e1f8ae044ca1f (diff) | |
bump version to 0.13.00.13.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal')
| -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 5261309..0e47d70 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ package version // Version is the application version (set at build time or here for development). -const Version = "0.12.0" +const Version = "0.13.0" |
