diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-04 11:56:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-04 11:56:08 +0200 |
| commit | 0df060769b7f43fa0cd7c5ed81992f122d7af8a9 (patch) | |
| tree | 6be238965664b123ca579fcc00817f5388a7e3bb | |
| parent | fcac74b4b06ac679e02e7976b79dcdad1e593810 (diff) | |
chore: bump version to v0.5.1v0.5.1
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | internal/version.go | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ - weekly reporting, - and a Bubble Tea TUI. -Current version: `v0.5.0`. +Current version: `v0.5.1`. ## Installation @@ -93,7 +93,7 @@ The TUI includes: ## TUI Screenshots -Screenshots section (`v0.5.0` baseline): +Screenshots section (`v0.5.1` baseline): - Entries screen: _to be captured_ - Report screen: _to be captured_ diff --git a/internal/version.go b/internal/version.go index 6b86152..07ca8f7 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "v0.5.0" +const Version = "v0.5.1" |
