waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-02-17 00:49:38 +01:00
const VERSION = "v0.1.4";
module.exports = VERSION;