feat(ci): Update version

This commit is contained in:
2025-08-11 16:10:25 +03:00
parent 17ccf3c744
commit 808648c85d

View File

@@ -1,5 +1,5 @@
package version
func AppVersion() string {
return "1.0.0"
return "1.0.1"
}