diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-17 21:46:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-17 21:46:06 +0200 |
| commit | a5379122d94b3b2ba0186a9b42972d5481dff1bc (patch) | |
| tree | 6c931e85cc7d0bc59a4f39b012fa641681a84ab9 /internal/version/version.go | |
| parent | 2c08decf4569f9ed55714120ca2a2cb6521d292e (diff) | |
Bump version to 0.11.1v0.11.1
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'internal/version/version.go')
| -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 2ba0f52..2c64451 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.11.0" +const Version = "0.11.1" |
