waveterm/version.js

3 lines
52 B
JavaScript
Raw Normal View History

2023-05-09 02:57:44 +02:00
const VERSION = "v0.2.3";
module.exports = VERSION;