Changed the version to 0.3.1.

This commit is contained in:
2024-02-10 20:23:41 +06:00
parent 48f8c577c0
commit a617635911

View File

@@ -20,7 +20,7 @@ import (
"os"
)
const appVersion string = "0.3.0"
const appVersion string = "0.3.1"
func main() {
a := app.New()