chore: bump version

pull/9/head v0.1.2
TorchedSammy 2021-03-24 20:22:25 -04:00
parent 1c1ec87612
commit deb1bc8a5e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
)
const version = "0.1.1"
const version = "0.1.2"
var l *lua.LState
var prompt string
var commands = map[string]bool{}