BO 1.36 mautic to workouttest.org

This commit is contained in:
Tibor Bossanyi (Freelancer)
2022-02-16 00:18:36 +01:00
parent e696221a5b
commit 81e77e22c2
4 changed files with 8 additions and 8 deletions
@@ -1,7 +1,7 @@
import os
from firebase_admin import initialize_app
BACKOFFICE_VERSION = "1.35"
BACKOFFICE_VERSION = "1.36"
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@@ -1,7 +1,7 @@
import os
from firebase_admin import initialize_app
BACKOFFICE_VERSION = "1.35"
BACKOFFICE_VERSION = "1.36"
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@@ -1,7 +1,7 @@
import os
from firebase_admin import initialize_app
BACKOFFICE_VERSION = "1.35"
BACKOFFICE_VERSION = "1.36"
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))