diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-30 16:47:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-30 16:47:42 +0200 |
| commit | 9c3a341250ebcda8e6cf40afe1ed77074a138448 (patch) | |
| tree | bc858ccca5b8d76ced7968e31d5ab43d1910196a /internal | |
| parent | 2aaacfd3d77a820575bffcddb54e686302fff2a4 (diff) | |
bunp versionv1.2.1
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 4b565d9..9c7e322 100644 --- a/internal/version.go +++ b/internal/version.go @@ -6,7 +6,7 @@ import ( "codeberg.org/snonux/gos/internal/table" ) -const versionStr = "v1.2.0" +const versionStr = "v1.2.1" func printVersion() { table.New(). |
