2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

chore: bump version

This commit is contained in:
sammyette 2021-10-21 22:54:23 -04:00
parent c360ac7126
commit 174d67c9e1
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5

View File

@ -2,7 +2,7 @@ package main
// String vars that are free to be changed at compile time
var (
version = "v0.6.0"
version = "v0.6.1"
defaultConfDir = "" // ~ will be substituted for home, path for user's default config
defaultHistDir = ""
commonRequirePaths = "';./libs/?/init.lua;./?/init.lua;./?/?.lua'"