bump version to v0.5.1

This commit is contained in:
sawka 2023-11-30 10:06:06 -08:00
parent 86a86bc756
commit b9e12b2623
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
const VERSION = "v0.5.0";
const VERSION = "v0.5.1";
module.exports = VERSION;

View File

@ -36,7 +36,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.5.0"
const WaveVersion = "v0.5.1"
const WaveAuthKeyFileName = "waveterm.authkey"
const MShellVersion = "v0.3.0"
const DefaultMacOSShell = "/bin/bash"