Skip to content

Commit

Permalink
DB schema version 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Sep 2, 2024
1 parent 925876e commit 99fae73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.3.18"
release_version = "0.3.19"
2 changes: 1 addition & 1 deletion pandaserver/taskbuffer/PandaDBSchemaInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99fae73

Please sign in to comment.