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"