This commit is contained in:
sawka 2023-04-17 17:36:47 -07:00
parent 3e295228e7
commit 97fd46eda0

View File

@ -32,7 +32,7 @@ const PromptLockFile = "prompt.lock"
const PromptDirName = "prompt"
const PromptDevDirName = "prompt-dev"
const PromptAppPathVarName = "PROMPT_APP_PATH"
const PromptVersion = "v0.2.1"
const PromptVersion = "v0.2.2"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.2.0"