diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index 78cce9461..7730541db 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.3.18" +release_version = "0.3.19" diff --git a/pandaserver/taskbuffer/PandaDBSchemaInfo.py b/pandaserver/taskbuffer/PandaDBSchemaInfo.py index a752264ff..54c0ea727 100644 --- a/pandaserver/taskbuffer/PandaDBSchemaInfo.py +++ b/pandaserver/taskbuffer/PandaDBSchemaInfo.py @@ -13,6 +13,6 @@ class PandaDBSchemaInfo: schema_version = None def method(self): - schema_version = "0.0.18" + schema_version = "0.0.19" _logger.debug(f"PanDA schema version required for Server is : {schema_version}") return schema_version