summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 09:58:52 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 09:59:01 +0200
commit14b3190022dfbe8ab1d2082cf09bd2840d03ed0b (patch)
treeb43dbbd56057b6889dbf95fd391a2e3570dcf2e5
parentcb4c8f8055a7145463928b0d55e1f20e0dae0024 (diff)
chore: bump version to v0.4.0
- Extracted RPN assignment handlers to fix SRP violation - Fixed error handling in test files - Removed unused StackOperations struct - Moved integration tests to ./integrationtests folder - Various code quality improvements
-rw-r--r--internal/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go
index 2bcc306..b33c5b5 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -30,7 +30,7 @@
//
// Version History
//
-// Current: v0.3.0
+// Current: v0.4.0
//
// See the git repository for complete version history and release notes.
package internal
@@ -48,4 +48,4 @@ package internal
// Example output:
// $ gt version
// v0.3.0
-const Version = "v0.3.0"
+const Version = "v0.4.0"