diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-12 20:55:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-12 20:55:16 +0300 |
| commit | 2752689859b006b92509c359b9a1d9daa60b9efa (patch) | |
| tree | 1a2443f38f4f92c9e89eb4c8211877e81496255f /internal | |
| parent | 09ad1901e93158ccbbfd64033849e1835fb3ecb8 (diff) | |
update versoin to devel
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 7f62960..9857051 100644 --- a/internal/version.go +++ b/internal/version.go @@ -6,7 +6,7 @@ import ( "codeberg.org/snonux/gos/internal/table" ) -const versionStr = "v1.0.0" +const versionStr = "v1.0.1-devel" func printVersion() { table.New(). |
