bump version to v0.7.2, bump waveshell version to 0.6 (#512)

This commit is contained in:
Mike Sawka
2024-03-27 14:27:55 -07:00
committed by GitHub
parent d3c771efb1
commit 964751aae1
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ const WaveDirName = ".waveterm" // must match emain.ts
const WaveDevDirName = ".waveterm-dev" // must match emain.ts
const WaveAppPathVarName = "WAVETERM_APP_PATH"
const WaveAuthKeyFileName = "waveterm.authkey"
const MShellVersion = "v0.5.0"
const MShellVersion = "v0.6.0" // must match base.MShellVersion
// initialized by InitialzeWaveAuthKey (called by main-server)
var WaveAuthKey string