2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00

chore: bump version

This commit is contained in:
TorchedSammy 2021-03-24 15:04:09 -04:00
parent bad357af48
commit d3bd47963d

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{}