From 14b3190022dfbe8ab1d2082cf09bd2840d03ed0b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Mar 2026 09:58:52 +0200 Subject: 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 --- internal/version.go | 4 ++-- 1 file 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" -- cgit v1.2.3