sparkast/lib/version.ts
2024-09-21 21:31:08 +08:00

9 lines
169 B
TypeScript

import * as pjson from "package.json";
export default function getVersion() {
return pjson.version;
}
export const clientNLUVersion = 2;
export const apiVersion = 1;