Updates version and improves diagram styling

Bumps application version to 0.3.0 for new features or fixes.
Enhances README diagram styling for better readability in both
light and dark GitHub themes by adjusting colors and adding
text color contrast.
This commit is contained in:
2025-05-28 13:26:33 +02:00
parent fb343f9a23
commit 1b945ca2bc
2 changed files with 9 additions and 10 deletions

View File

@ -5,7 +5,7 @@ package version
// Version information.
var (
// Version is the current version of the application.
Version = "0.2.0"
Version = "0.3.0"
// BuildTime is the time the binary was built.
BuildTime = "unknown"