diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-23 23:59:26 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-23 23:59:26 +0300 |
| commit | d97010869b08079cebb969ceb41fc9bd8823ef67 (patch) | |
| tree | e27aaa6440d779181351f17eaedf8dabc2eb27bc | |
| parent | ea68c8d4c9a1db379735c7c4f327fcbf8d84a571 (diff) | |
| parent | da423f13e24ab11928c45c86166665f1bcff59c9 (diff) | |
Merge branch 'main' into develop
| -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 = ` ██╗ ██╗ ██████╗ ██████╗ ██╗ ██████╗ ████████╗ ██║ ██╔╝ ██╔═══██╗ ██╔══██╗ ██║ ██╔═══██╗ ╚══██╔══╝ |
