add empty image output

This commit is contained in:
Aynakeya
2022-07-07 20:37:06 -07:00
parent 632f531cdb
commit 6e4c78daf2
2 changed files with 12 additions and 6 deletions

View File

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