From 64e66e9d7bab0083af57a61d7313f5a20211fe23 Mon Sep 17 00:00:00 2001 From: "T.v.Dein" Date: Tue, 7 Nov 2023 14:19:47 +0100 Subject: [PATCH] bump version (#9) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4f7ac90..d8d62d0 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( lua "github.com/yuin/gopher-lua" ) -const VERSION string = "2.0.3" +const VERSION string = "2.0.4" const Usage string = `This is rpn, a reverse polish notation calculator cli.