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