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

chore: update version

This commit is contained in:
TorchedSammy 2021-03-30 19:50:35 -04:00
parent c5a58b1d01
commit 09a4cb4787

View File

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