waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-09-18 05:31:55 +02:00
const VERSION = "v0.3.1";
module.exports = VERSION;