mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-14 04:41:04 +00:00
Tick version number
This was reported as a security issue, so updating the version number to indicate where the issue has been fixed.
This commit is contained in:
parent
7a772c7d3e
commit
64bfe5934f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from django.utils.translation import gettext_lazy as _
|
|||
env = Env()
|
||||
env.read_env()
|
||||
DOMAIN = env("DOMAIN")
|
||||
VERSION = "0.4.2"
|
||||
VERSION = "0.4.3"
|
||||
|
||||
RELEASE_API = env(
|
||||
"RELEASE_API",
|
||||
|
|
Loading…
Reference in a new issue