diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-18 13:55:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-18 13:55:30 +0300 |
| commit | 4595fa01693497682beb1b84641233ca4d214072 (patch) | |
| tree | 92123e077db015e0a0984a20ab15d126efbe60e1 | |
| parent | 2a76d2ecbcfe4f5c8bd699952f9f09245fd778a5 (diff) | |
chore: bump version to v0.0.1v0.0.1
| -rw-r--r-- | internal/flags/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flags/version.go b/internal/flags/version.go index 7e6c50e..3db0b9f 100644 --- a/internal/flags/version.go +++ b/internal/flags/version.go @@ -3,7 +3,7 @@ package flags import "fmt" // Version is the current application version. -const Version = "v0.0.0" +const Version = "v0.0.1" const asciiBannerTemplate = ` ___ _____ ___ _ _ |_ _| / / _ \ | _ (_)___| |_ |
