summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-13 23:54:15 +0200
committerPaul Buetow <paul@buetow.org>2026-02-13 23:54:15 +0200
commitf9b34b9dc69d5df73cbffc242b052e59818e3738 (patch)
treecc9af7229b868a097da0152509c803210c62ce25 /internal
parent39b8ed83ed0e9c30fda39e978b1b2e3ffeaa2288 (diff)
Bump version to 0.8.1v0.8.1
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'internal')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 77c0ee6..47469db 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.0"
+const Version = "0.8.1"