From 53adc6ab21a88810a3b179dbe0a75d01d981bf57 Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:48:04 -0400 Subject: [PATCH] chore: bump verison --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index cfddf8d..b1a82a5 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "golang.org/x/term" ) -const version = "0.3.3-hilbiline" +const version = "0.4.0-dev.1+hilbiline" var l *lua.LState // User's prompt, this will get set when lua side is initialized var prompt string