From 24e8b636cfcd5b766d0df2bc1337a935dec5045b Mon Sep 17 00:00:00 2001 From: Timo Kats <31708538+TimoKats@users.noreply.github.com> Date: Sat, 19 Oct 2024 21:17:32 +0200 Subject: [PATCH] Update version const --- commands/lib/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/lib/consts.go b/commands/lib/consts.go index 245a41a..a7edc1a 100644 --- a/commands/lib/consts.go +++ b/commands/lib/consts.go @@ -87,6 +87,6 @@ var PIMTERMINATE bool = false var COMMANDS []string = []string{"ls", "run", "start", "stop", "clean", "status"} // meta info -var VERSION string = "v0.0.1" +var VERSION string = "v0.0.4" var AUTHOR string = "Timo Kats" var LICENSE string = "The GNU General Public License v3.0"