diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-02 12:46:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-02 12:46:50 +0200 |
| commit | 59bbc12ab271de1a65b7fb8f90fb26356c690a34 (patch) | |
| tree | c6bc5c3a44b2a5de1104045c3673c1bb40b8bd7c | |
| parent | d0b9bc84aed1898a06a9d6fc3b82beee407d3cde (diff) | |
| -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 0e47d70..05e4d75 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.13.0" +const Version = "0.13.1" |
