bump to version 0.1.4

This commit is contained in:
sawka 2023-02-16 15:49:22 -08:00
parent bc0abacfd2
commit 5fa7bcc108

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.3"
const PromptVersion = "v0.1.4"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.2.0"