summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"