Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Feb 23, 2024
1 parent e0a63b9 commit 8bc9c66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-helper.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Build Helper"
on: workflow_dispatch
env:
WAVETERM_VERSION: 0.6.1
WAVETERM_VERSION: 0.6.8
GO_VERSION: "1.21.5"
NODE_VERSION: "21.5.0"
jobs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "waveterm",
"author": "Command Line Inc",
"productName": "Wave",
"version": "0.6.1",
"version": "0.6.8",
"main": "dist/emain.js",
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"webpack-merge": "^5.8.0"
},
"scripts": {}
}
}
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const VERSION = "v0.6.1";
const VERSION = "v0.6.8";
module.exports = VERSION;
2 changes: 1 addition & 1 deletion wavesrv/pkg/scbase/scbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const WaveLockFile = "waveterm.lock"
const WaveDirName = ".waveterm" // must match emain.ts
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
const WaveAppPathVarName = "WAVETERM_APP_PATH"
const WaveVersion = "v0.6.1"
const WaveVersion = "v0.6.8"
const WaveAuthKeyFileName = "waveterm.authkey"
const MShellVersion = "v0.4.0"

Expand Down

0 comments on commit 8bc9c66

Please sign in to comment.