finish config_basic.go

This commit is contained in:
Aynakeya
2022-06-29 00:42:59 -07:00
parent dd46c167ff
commit c78922cf09
13 changed files with 240 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ import (
"path"
)
const VERSION = "alpha 0.6.5"
const VERSION = "alpha 0.6.7"
const CONFIG_PATH = "./config.ini"
const Assests_PATH = "./assets"