diff options
| -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" |
