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