chore: bump version

pull/5/head
TorchedSammy 2021-03-21 02:46:47 -04:00
parent f943a55940
commit 646a138dcd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
"layeh.com/gopher-luar"
)
const version = "0.0.8"
const version = "0.0.9"
var l *lua.LState
var prompt string
var commands = map[string]bool{}