bump version to v0.3.1

This commit is contained in:
sawka 2023-09-17 20:32:35 -07:00
parent 6563b5855c
commit aa5c09368e

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.3.0"
const PromptVersion = "v0.3.1"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.3.0"