File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : " Build Helper"
2
2
on : workflow_dispatch
3
3
env :
4
- WAVETERM_VERSION : 0.6.1
4
+ WAVETERM_VERSION : 0.6.2
5
5
GO_VERSION : " 1.21.5"
6
6
NODE_VERSION : " 21.5.0"
7
7
jobs :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# assumes we have Wave-darwin-x64-[version].zip and Wave-darwin-arm64-[version].zip in current directory
4
- VERSION=0.6.1
4
+ VERSION=0.6.2
5
5
rm -rf temp
6
6
rm -rf builds
7
7
mkdir temp
Original file line number Diff line number Diff line change 2
2
"name" : " waveterm" ,
3
3
"author" : " Command Line Inc" ,
4
4
"productName" : " Wave" ,
5
- "version" : " 0.6.1 " ,
5
+ "version" : " 0.6.2 " ,
6
6
"main" : " dist/emain.js" ,
7
7
"license" : " Apache-2.0" ,
8
8
"dependencies" : {
Original file line number Diff line number Diff line change 1
- const VERSION = "v0.6.1 " ;
1
+ const VERSION = "v0.6.2 " ;
2
2
module . exports = VERSION ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
35
35
const WaveDirName = ".waveterm" // must match emain.ts
36
36
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
37
37
const WaveAppPathVarName = "WAVETERM_APP_PATH"
38
- const WaveVersion = "v0.6.1 "
38
+ const WaveVersion = "v0.6.2 "
39
39
const WaveAuthKeyFileName = "waveterm.authkey"
40
40
const MShellVersion = "v0.4.0"
41
41
You can’t perform that action at this time.
0 commit comments