bump prompt-server version to v0.3.0

This commit is contained in:
sawka 2023-09-06 19:55:52 -07:00
parent 1d77b2d5d6
commit 8cb3bd49b5

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