waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-04-18 02:36:30 +02:00
const VERSION = "v0.2.2";
module.exports = VERSION;