Files
workavia-drive/tdrive/backend/node/src/version.ts
T
Anton SHEPILOV d350f8ad38 🔖Release Version 1.0.1
2024-03-14 17:43:05 +01:00

8 lines
168 B
TypeScript

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