bump version to v0.2.3

This commit is contained in:
sawka 2023-05-08 17:57:15 -07:00
parent c045b67afe
commit 6a6e51d783

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