From 15c40583a26c6198dbafae29bfa33657587ac990 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 8 Aug 2025 12:50:53 +0200 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8a7d6d7..28f3f58 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( lua "github.com/yuin/gopher-lua" ) -const VERSION string = "2.1.4" +const VERSION string = "2.1.5" const Usage string = `This is rpn, a reverse polish notation calculator cli.