File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : " Build Helper"
22on : workflow_dispatch
33env :
4- WAVETERM_VERSION : 0.6.2
4+ WAVETERM_VERSION : 0.6.3
55 GO_VERSION : " 1.21.5"
66 NODE_VERSION : " 21.5.0"
77jobs :
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# assumes we have Wave-darwin-x64-[version].zip and Wave-darwin-arm64-[version].zip in current directory
4- VERSION=0.6.2
4+ VERSION=0.6.3
55rm -rf temp
66rm -rf builds
77mkdir temp
Original file line number Diff line number Diff line change 22 "name" : " waveterm" ,
33 "author" : " Command Line Inc" ,
44 "productName" : " Wave" ,
5- "version" : " 0.6.2 " ,
5+ "version" : " 0.6.3 " ,
66 "main" : " dist/emain.js" ,
77 "license" : " Apache-2.0" ,
88 "dependencies" : {
Original file line number Diff line number Diff line change 1- const VERSION = "v0.6.2 " ;
1+ const VERSION = "v0.6.3 " ;
22module . exports = VERSION ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
3535const WaveDirName = ".waveterm" // must match emain.ts
3636const WaveDevDirName = ".waveterm-dev" // must match emain.ts
3737const WaveAppPathVarName = "WAVETERM_APP_PATH"
38- const WaveVersion = "v0.6.2 "
38+ const WaveVersion = "v0.6.3 "
3939const WaveAuthKeyFileName = "waveterm.authkey"
4040const MShellVersion = "v0.4.0"
4141
You can’t perform that action at this time.
0 commit comments