bump mshell version to v0.3.0

This commit is contained in:
sawka
2023-09-06 21:50:38 -07:00
parent 8cb3bd49b5
commit 1127d2cfbd
+1 -1
View File
@@ -34,7 +34,7 @@ const PromptDevDirName = "prompt-dev"
const PromptAppPathVarName = "PROMPT_APP_PATH"
const PromptVersion = "v0.3.0"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.2.0"
const MShellVersion = "v0.3.0"
var SessionDirCache = make(map[string]string)
var ScreenDirCache = make(map[string]string)