diff --git a/src/server.py b/src/server.py index e3ad5ab..bd05589 100644 --- a/src/server.py +++ b/src/server.py @@ -24,7 +24,7 @@ from src.common.pg_impl import PGImplementation # set the app version -APP_VERSION = 'v0.3.6' +APP_VERSION = 'v0.3.4' # declare the FastAPI details APP = FastAPI(title='APSVIZ UI Data', version=APP_VERSION)