We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d1a43 commit 8246f81Copy full SHA for 8246f81
3 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "waveterm",
3
"author": "Command Line Inc",
4
"productName": "Wave",
5
- "version": "0.5.2",
+ "version": "0.5.3",
6
"main": "dist/emain.js",
7
"license": "Apache-2.0",
8
"dependencies": {
version.js
@@ -1,2 +1,2 @@
1
-const VERSION = "v0.5.2";
+const VERSION = "v0.5.3";
module.exports = VERSION;
wavesrv/pkg/scbase/scbase.go
@@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
35
const WaveDirName = ".waveterm" // must match emain.ts
36
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
37
const WaveAppPathVarName = "WAVETERM_APP_PATH"
38
-const WaveVersion = "v0.5.2"
+const WaveVersion = "v0.5.3"
39
const WaveAuthKeyFileName = "waveterm.authkey"
40
const MShellVersion = "v0.3.0"
41
0 commit comments