Update version constants to 1.0.0 for Yao App Engine
• Changed VERSION and CUI constants from 0.10.5 to 1.0.0 to reflect the upcoming release.
• Ensured consistency in versioning across the application.
⚠️ Note: Version 1.0.0 is still under development — this PR does not represent an official release.
This commit is contained in:
parent
c54ef71d6a
commit
77d59b203e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue