summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 22:51:42 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 22:51:42 +0300
commit5f32895a819e0a01745f08cd04824235aca53236 (patch)
tree01a3149916c51bc044e76d2036ea728b907531fa /internal
parent5c22c011c9118f53929cd2e84f8a7b49e828a6d3 (diff)
chore: increment version to v0.4.2
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go4
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"