From 956f84321860bd8e318545564474037cbd3b6fd9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Feb 2026 00:07:07 +0200 Subject: Bump version to 0.8.2 Co-authored-by: Cursor --- internal/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal') 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" -- cgit v1.2.3