Merge pull request #1273 from trheyi/main

Update version constants to 1.0.0 for Yao App Engine
This commit is contained in:
Max 2025-11-06 18:21:16 +08:00 committed by GitHub
commit bcaef8af08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
package share
// VERSION Yao App Engine Version
const VERSION = "0.10.5"
const VERSION = "1.0.0"
// PRVERSION Yao App Engine PR Commit
const PRVERSION = "DEV"
// CUI Version
const CUI = "0.10.5"
const CUI = "1.0.0"
// PRCUI CUI PR Commit
const PRCUI = "DEV"