2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: bump version

This commit is contained in:
TorchedSammy 2021-03-21 02:46:47 -04:00
parent f943a55940
commit 646a138dcd

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