waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-03-17 22:46:25 +01:00
const VERSION = "v0.1.7";
module.exports = VERSION;