Files
workavia-drive/tdrive/backend/node/src/version.ts
T
2024-09-20 12:58:39 +01:00

8 lines
168 B
TypeScript

export default {
current: /* @VERSION_DETAIL */ "1.0.4",
minimal: {
web: /* @MIN_VERSION_WEB */ "1.0.4",
mobile: /* @MIN_VERSION_MOBILE */ "1.0.4",
},
};