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