From 7d0443ce4b0dfcf1dc1b6cff4c2d3cc719962c1f Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 9 Nov 2023 18:34:00 +0100 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d9ad1c8..77cde08 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( lua "github.com/yuin/gopher-lua" ) -const VERSION string = "2.0.6" +const VERSION string = "2.0.7" const Usage string = `This is rpn, a reverse polish notation calculator cli.