From 76b8cb6c00a454884cc76fea39d24cc8c982bfd5 Mon Sep 17 00:00:00 2001 From: Rasmus Lindroth Date: Sun, 1 Jan 2023 12:01:41 +0100 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5d556c9..a17e810 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "github.com/rivo/tview" ) -const version = "1.0.33" +const version = "1.0.34" func main() { util.SetTerminalTitle("tut")