Release v0.10-beta

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-16 17:18:25 +03:00
parent a3d3721724
commit 4ea2b429b3
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package version
import "runtime"
const (
AppVersion = "1.0.0"
AppVersion = "0.10-beta"
ExpectedPostgresMajor = 17
MinGoVersion = "1.22"
)