summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-14 00:07:07 +0200
committerPaul Buetow <paul@buetow.org>2026-02-14 00:07:07 +0200
commit956f84321860bd8e318545564474037cbd3b6fd9 (patch)
tree9c1ec268705914a884a82bb43e59b8e779d77470
parentf9b34b9dc69d5df73cbffc242b052e59818e3738 (diff)
Bump version to 0.8.2v0.8.2
Co-authored-by: Cursor <cursoragent@cursor.com>
-rw-r--r--internal/version/version.go4
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"