waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-09-07 04:52:43 +02:00
const VERSION = "v0.3.0";
module.exports = VERSION;