From 11eabee480ac280680eb7fc4c53d7db7d555dabc Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 13 Nov 2023 15:42:07 +0100 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1f5c28a..b549427 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( lua "github.com/yuin/gopher-lua" ) -const VERSION string = "2.0.9" +const VERSION string = "2.0.10" const Usage string = `This is rpn, a reverse polish notation calculator cli.