chore: bump version to v1.0.4

windows-fixes
TorchedSammy 2022-03-12 22:15:31 -04:00
parent b3db55708a
commit a414c87e06
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

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