diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-14 08:59:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-14 08:59:32 +0300 |
| commit | da423f13e24ab11928c45c86166665f1bcff59c9 (patch) | |
| tree | df4f17e38c6584a68c92976f5f03a9fd987c5a53 | |
| parent | 2bd75e2218cbc1544a8e4da374805a9853aeb385 (diff) | |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -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 8e2535d..a14e4ae 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 = "v1.0.0" +const Version = "v1.1.0" const asciiBannerTemplate = ` ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗ ████████╗ ██║ ██╔╝ ██╔═══██╗ ██╔══██╗ ██║ ██╔═══██╗ ╚══██╔══╝ |
