Skip to content

Commit

Permalink
Merge pull request #402 from tmaeno/master
Browse files Browse the repository at this point in the history
DB schema version 0.0.19
  • Loading branch information
tmaeno authored Sep 2, 2024
2 parents 925876e + 99fae73 commit 2ee35ba
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 2ee35ba

Please sign in to comment.