mirror of https://github.com/Hilbis/Hilbish
chore: bump version
parent
5e44b84272
commit
385b59bfda
2
main.go
2
main.go
|
@ -16,7 +16,7 @@ import (
|
||||||
"golang.org/x/term"
|
"golang.org/x/term"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "0.3.2"
|
const version = "0.3.3-hilbiline"
|
||||||
var l *lua.LState
|
var l *lua.LState
|
||||||
// User's prompt, this will get set when lua side is initialized
|
// User's prompt, this will get set when lua side is initialized
|
||||||
var prompt string
|
var prompt string
|
||||||
|
|
Loading…
Reference in New Issue