diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-11 22:51:42 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-11 22:51:42 +0300 |
| commit | 5f32895a819e0a01745f08cd04824235aca53236 (patch) | |
| tree | 01a3149916c51bc044e76d2036ea728b907531fa /internal | |
| parent | 5c22c011c9118f53929cd2e84f8a7b49e828a6d3 (diff) | |
chore: increment version to v0.4.2
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go index 1be5eb7..0b00721 100644 --- a/internal/version.go +++ b/internal/version.go @@ -30,7 +30,7 @@ // // # Version History // -// Current: v0.4.0 +// Current: v0.4.1 // // See the git repository for complete version history and release notes. package internal @@ -50,4 +50,4 @@ package internal // // $ gt version // v0.3.0 -const Version = "v0.4.1" +const Version = "v0.4.2" |
