bump version to v0.2.1

This commit is contained in:
sawka 2023-04-12 22:08:10 -07:00
parent 31d8719200
commit 1ac1051205

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