From 632f531cdbaf5d83d72b4dc00857b414a8cc2138 Mon Sep 17 00:00:00 2001 From: Aynakeya Date: Thu, 7 Jul 2022 20:30:35 -0700 Subject: [PATCH] update to 0.8.0 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 4870ee4..96849ce 100644 --- a/config/config.go +++ b/config/config.go @@ -6,7 +6,7 @@ import ( "path" ) -const VERSION = "alpha 0.7.5" +const VERSION = "alpha 0.8.0" const CONFIG_PATH = "./config.ini" const Assests_PATH = "./assets"