diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-07 09:58:10 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-07 09:58:10 +0300 |
| commit | b1cfacb7a651a69df8617b18f120efca12129d60 (patch) | |
| tree | 68c2b5aa255c208ec405382806bc5f54c897c6b4 /internal/flags/version.go | |
| parent | ed04ccd8e2297458ec97381806a05dea13090f0f (diff) | |
release 1.0.0v1.0.0
Diffstat (limited to 'internal/flags/version.go')
| -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 583d19b..8e2535d 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.1" +const Version = "v1.0.0" const asciiBannerTemplate = ` ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗ ████████╗ ██║ ██╔╝ ██╔═══██╗ ██╔══██╗ ██║ ██╔═══██╗ ╚══██╔══╝ |
