Skip to content

Commit b271c55

Browse files
committed
bump to v0.6.2
1 parent 592e023 commit b271c55

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Build Helper"
22
on: workflow_dispatch
33
env:
4-
WAVETERM_VERSION: 0.6.1
4+
WAVETERM_VERSION: 0.6.2
55
GO_VERSION: "1.21.5"
66
NODE_VERSION: "21.5.0"
77
jobs:

buildres/build-universal.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.1
4+
VERSION=0.6.2
55
rm -rf temp
66
rm -rf builds
77
mkdir temp

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "waveterm",
33
"author": "Command Line Inc",
44
"productName": "Wave",
5-
"version": "0.6.1",
5+
"version": "0.6.2",
66
"main": "dist/emain.js",
77
"license": "Apache-2.0",
88
"dependencies": {

version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const VERSION = "v0.6.1";
1+
const VERSION = "v0.6.2";
22
module.exports = VERSION;

wavesrv/pkg/scbase/scbase.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
3535
const WaveDirName = ".waveterm" // must match emain.ts
3636
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
3737
const WaveAppPathVarName = "WAVETERM_APP_PATH"
38-
const WaveVersion = "v0.6.1"
38+
const WaveVersion = "v0.6.2"
3939
const WaveAuthKeyFileName = "waveterm.authkey"
4040
const MShellVersion = "v0.4.0"
4141

0 commit comments

Comments
 (0)