Files
workavia-drive/tdrive/backend/node/src/version.ts
T
Eric Doughty-Papassideris a78b5f4701 🔖 Release Version 1.0.5
2024-11-28 22:54:55 +01:00

8 lines
168 B
TypeScript

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