bump app version

This commit is contained in:
Josh Krawczyk 2020-08-19 18:26:00 -04:00
parent 0c71dc29b3
commit 2e2e2073fb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ AUTH_USER_MODEL = "accounts.User"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.23"
APP_VER = "0.0.24"
# https://github.com/wh1te909/salt
LATEST_SALT_VER = "1.0.3"