Updates bw-dev command and ticks version number

This commit is contained in:
Mouse Reeve
2022-03-16 12:53:05 -07:00
parent 820279166a
commit 78b03efe45
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from django.utils.translation import gettext_lazy as _
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.3.3"
VERSION = "0.3.4"
RELEASE_API = env(
"RELEASE_API",