summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 22:32:15 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 22:32:15 +0200
commit9fd95578c826ef6418807c3a1fd51136c302b925 (patch)
tree4b78d8222cf212aef7f9e25ec0d75f005da3d513
parent7c8c81b86693da99b28317468c971688c59183a3 (diff)
Bump version to v0.8.0v0.8.0main
-rw-r--r--README.md2
-rw-r--r--internal/version.go2
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"