waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-11-30 19:06:06 +01:00
const VERSION = "v0.5.1";
module.exports = VERSION;