Files
workavia-drive/tdrive/backend/node/src/version.ts
T
2024-10-25 19:20:43 +01:00

8 lines
180 B
TypeScript

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