Skip to content

Commit

Permalink
Bump schema versions to 25.000 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Dec 31, 2024
1 parent aa9bc85 commit aae5510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hdrl/src/org/labkey/hdrl/HDRLModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 24.000;
return 25.000;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 24.000;
return 25.000;
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion peptideInventory/module.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Name: PeptideInventory
SchemaVersion: 24.000
SchemaVersion: 25.000

0 comments on commit aae5510

Please sign in to comment.