Files
workavia-drive/tdrive/backend/node/src/version.ts
T
Eric Doughty-Papassideris 3a8c0e4ca5 🔖 Release Version 1.0.3
2024-07-18 20:17:02 +02:00

8 lines
168 B
TypeScript

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