diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-14 00:07:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-14 00:07:07 +0200 |
| commit | 956f84321860bd8e318545564474037cbd3b6fd9 (patch) | |
| tree | 9c1ec268705914a884a82bb43e59b8e779d77470 /internal | |
| parent | f9b34b9dc69d5df73cbffc242b052e59818e3738 (diff) | |
Bump version to 0.8.2v0.8.2
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 47469db..c5ae1f2 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.8.1" +// Version is the application version (set at build time or here for development). +const Version = "0.8.2" |
