From 3a9d753720a3d52028f23714e0cb6707232ed116 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 2 Oct 2024 10:46:39 +0200 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7f7c4b4..510313d 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( lua "github.com/yuin/gopher-lua" ) -const VERSION string = "2.1.1" +const VERSION string = "2.1.2" const Usage string = `This is rpn, a reverse polish notation calculator cli.