bump to v0.1.5

This commit is contained in:
sawka 2023-02-27 12:28:22 -08:00
parent 652930753c
commit b557da8694

View File

@ -31,7 +31,7 @@ const PromptLockFile = "prompt.lock"
const PromptDirName = "prompt"
const PromptDevDirName = "prompt-dev"
const PromptAppPathVarName = "PROMPT_APP_PATH"
const PromptVersion = "v0.1.4"
const PromptVersion = "v0.1.5"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.2.0"