From 174d67c9e1848a9839fd33ff850df4f08a4fbc43 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Thu, 21 Oct 2021 22:54:23 -0400 Subject: [PATCH] chore: bump version --- vars.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars.go b/vars.go index 2338ada..1c3593e 100644 --- a/vars.go +++ b/vars.go @@ -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'"