diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 22:32:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 22:32:15 +0200 |
| commit | 9fd95578c826ef6418807c3a1fd51136c302b925 (patch) | |
| tree | 4b78d8222cf212aef7f9e25ec0d75f005da3d513 | |
| parent | 7c8c81b86693da99b28317468c971688c59183a3 (diff) | |
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | internal/version.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |
