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-04-05 18:25:55 -04:00
parent febd6ba2cd
commit fad4282345

View File

@ -17,7 +17,7 @@ import (
)
const version = "0.3.0-dev"
const version = "0.3.0"
var l *lua.LState
// User's prompt, this will get set when lua side is initialized
var prompt string