diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-24 22:46:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-24 22:46:04 +0300 |
| commit | 7c6bf338e662e3c0ee3dbe99dbc3e801cfa3268c (patch) | |
| tree | 74fe4555738e5f0c29b7dde325c39731ac927f9b /internal | |
| parent | 970b9b3754f2798f234f99c54f161acb4931b3b7 (diff) | |
bump versionv1.2.0
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 6f60d1c..4b565d9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -6,7 +6,7 @@ import ( "codeberg.org/snonux/gos/internal/table" ) -const versionStr = "v1.1.2" +const versionStr = "v1.2.0" func printVersion() { table.New(). |
