version.ts 398 B

123456789101112
  1. /**
  2. * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author David Sehnal <david.sehnal@gmail.com>
  5. * @author Alexander Rose <alexander.rose@weirdbyte.de>
  6. */
  7. /** version from package.json, to be filled in at build time */
  8. export const PLUGIN_VERSION = '';
  9. /** to be filled in at build time */
  10. export const PLUGIN_VERSION_DATE = +new Date();