From 9fd95578c826ef6418807c3a1fd51136c302b925 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 22:32:15 +0200 Subject: Bump version to v0.8.0 --- README.md | 2 +- internal/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e81abe3..0f0ce28 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - weekly reporting, - and a Bubble Tea TUI. -Current version: `v0.6.0`. +Current version: `v0.8.0`. ## Installation diff --git a/internal/version.go b/internal/version.go index cb166dd..1769ce0 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "v0.7.0" +const Version = "v0.8.0" -- cgit v1.2.3