1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/scripts/const/runtime-info.js

10 lines
172 B
JavaScript
Raw Normal View History

2019-10-26 22:56:36 +02:00
const RuntimeInfo = {
version: '@@VERSION',
beta: !!'@@BETA',
buildDate: '@@DATE',
commit: '@@COMMIT',
devMode: '@@DEVMODE'
};
export { RuntimeInfo };