mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
3 lines
209 B
TypeScript
3 lines
209 B
TypeScript
export const BRANDING: Readonly<string> = Object.freeze("EaglerXProxy")
|
|
export const VERSION: Readonly<string> = "1.0.0"
|
|
export const NETWORK_VERSION: Readonly<string> = Object.freeze(BRANDING + "/" + VERSION) |