Files
workavia-drive/twake/backend/node/src/version.ts
T
montaghanmy 10fe6f78d1 feat: init
2023-03-23 11:03:16 +01:00

8 lines
187 B
TypeScript

export default {
current: /* @VERSION_DETAIL */ "2023.Q1.1223",
minimal: {
web: /* @MIN_VERSION_WEB */ "2022.Q2.975",
mobile: /* @MIN_VERSION_MOBILE */ "2022.Q2.975",
},
};