mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 07:16:05 -08:00
4 lines
159 B
JavaScript
4 lines
159 B
JavaScript
export const BRANDING = Object.freeze("EaglerXProxy");
|
|
export const VERSION = "1.0.0";
|
|
export const NETWORK_VERSION = Object.freeze(BRANDING + "/" + VERSION);
|