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 20:22:25 -04:00
parent 1c1ec87612
commit deb1bc8a5e

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