8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
export const APP_VERSION = "1.0.3";
|
|
export const CORE_MIN_REQUIRED_VERSION = "1.4.9";
|
|
|
|
export const RELEASE_NOTICE = `
|
|
**Update v1.0.3** :emoji_1f631:
|
|
- Fix kernel update alert
|
|
- Fix UI bugs.
|
|
`; |