summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-04 11:56:08 +0200
committerPaul Buetow <paul@buetow.org>2026-03-04 11:56:08 +0200
commit0df060769b7f43fa0cd7c5ed81992f122d7af8a9 (patch)
tree6be238965664b123ca579fcc00817f5388a7e3bb
parentfcac74b4b06ac679e02e7976b79dcdad1e593810 (diff)
chore: bump version to v0.5.1v0.5.1
-rw-r--r--README.md4
-rw-r--r--internal/version.go2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index aa095bd..e907c64 100644
--- a/README.md
+++ b/README.md
@@ -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"