Changed the version to 0.3.1.

This commit is contained in:
Leonid Nikitin 2024-02-10 20:23:41 +06:00
parent 48f8c577c0
commit a617635911
Signed by: kor-elf
GPG Key ID: 7DE8F80C5CEC2C0D

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()