chore: bump version

pull/9/head v0.1.0
TorchedSammy 2021-03-24 15:04:09 -04:00
parent bad357af48
commit d3bd47963d
1 changed files with 1 additions and 1 deletions

View File

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