q13x-eaglerproxy/meta.js

4 lines
159 B
JavaScript
Raw Normal View History

2022-12-18 05:39:38 -08:00
export const BRANDING = Object.freeze("EaglerXProxy");
export const VERSION = "1.0.0";
export const NETWORK_VERSION = Object.freeze(BRANDING + "/" + VERSION);