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

chore: bump verison

This commit is contained in:
sammy 2021-04-18 17:48:04 -04:00
parent 2f8cb200ba
commit 53adc6ab21
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -15,7 +15,7 @@ import (
"golang.org/x/term"
)
const version = "0.3.3-hilbiline"
const version = "0.4.0-dev.1+hilbiline"
var l *lua.LState
// User's prompt, this will get set when lua side is initialized
var prompt string