waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-04-13 07:07:52 +02:00
const VERSION = "v0.2.1";
module.exports = VERSION;