waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-10-17 06:30:13 +02:00
const VERSION = "v0.5.0";
module.exports = VERSION;