bump server version to v0.4.0

This commit is contained in:
sawka 2023-10-16 13:16:57 -07:00
parent f3f243aca3
commit 1a9c427d22

View File

@ -33,7 +33,7 @@ const PromptLockFile = "prompt.lock"
const PromptDirName = "prompt"
const PromptDevDirName = "prompt-dev"
const PromptAppPathVarName = "PROMPT_APP_PATH"
const PromptVersion = "v0.3.1"
const PromptVersion = "v0.4.0"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.3.0"
const DefaultMacOSShell = "/bin/bash"