mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-01 11:13:24 +00:00
chore: bump version to v2.0.0
This commit is contained in:
parent
e3fdf84f5c
commit
ded0be275f
2
vars.go
2
vars.go
@ -2,7 +2,7 @@ package main
|
||||
|
||||
// String vars that are free to be changed at compile time
|
||||
var (
|
||||
version = "v1.2.0"
|
||||
version = "v2.0.0"
|
||||
defaultConfDir = "" // ~ will be substituted for home, path for user's default config
|
||||
defaultHistDir = ""
|
||||
commonRequirePaths = "';./libs/?/init.lua;./?/init.lua;./?/?.lua'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user