From 28abd79961bc0bff9d97a28f58fa3953cdb43e29 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 7 Dec 2023 13:46:34 +0100 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3785060..9855a36 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( lua "github.com/yuin/gopher-lua" ) -const VERSION string = "2.0.11" +const VERSION string = "2.0.12" const Usage string = `This is rpn, a reverse polish notation calculator cli.