chore: update version

pull/21/head v0.2.0
TorchedSammy 2021-03-30 19:50:35 -04:00
parent c5a58b1d01
commit 09a4cb4787
1 changed files with 1 additions and 1 deletions

View File

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