Release v0.20: регистрация, авторизация, личный кабинет

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