chore: bump version

pull/38/head v0.3.2
sammy 2021-04-10 08:37:51 -04:00
parent 3c4351a8fe
commit c393080a2e
1 changed files with 1 additions and 1 deletions

View File

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