chore: bump version

pull/24/head v0.3.1
TorchedSammy 2021-04-05 23:02:29 -04:00
parent 21033764a9
commit 0f01d077a4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
)
const version = "0.3.0"
const version = "0.3.1"
var l *lua.LState
// User's prompt, this will get set when lua side is initialized
var prompt string