chore: bump version

pull/24/head
TorchedSammy 2021-04-05 18:25:55 -04:00
parent febd6ba2cd
commit fad4282345
1 changed files with 1 additions and 1 deletions

View File

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