bump app version
This commit is contained in:
parent
18cf38fa33
commit
47ca0cfa1c
|
@ -11,7 +11,7 @@ AUTH_USER_MODEL = "accounts.User"
|
||||||
|
|
||||||
# bump this version everytime vue code is changed
|
# bump this version everytime vue code is changed
|
||||||
# to alert user they need to manually refresh their browser
|
# to alert user they need to manually refresh their browser
|
||||||
APP_VER = "0.0.41"
|
APP_VER = "0.0.42"
|
||||||
|
|
||||||
# https://github.com/wh1te909/salt
|
# https://github.com/wh1te909/salt
|
||||||
LATEST_SALT_VER = "1.0.3"
|
LATEST_SALT_VER = "1.0.3"
|
||||||
|
|
Loading…
Reference in New Issue