bump version to v0.1.3

This commit is contained in:
sawka 2023-02-01 00:48:00 -08:00
parent c0876a6ab6
commit 9914bd080b

View File

@ -26,7 +26,7 @@ const PromptLockFile = "prompt.lock"
const PromptDirName = "prompt"
const PromptDevDirName = "prompt-dev"
const PromptAppPathVarName = "PROMPT_APP_PATH"
const PromptVersion = "v0.1.2"
const PromptVersion = "v0.1.3"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.2.0"