Skip to content

Commit 15b0415

Browse files
authored
Bump schema versions to 26.000 (#245)
1 parent f5ca56e commit 15b0415

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

hdrl/src/org/labkey/hdrl/HDRLModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public String getName()
5050
@Override
5151
public @Nullable Double getSchemaVersion()
5252
{
53-
return 25.000;
53+
return 26.000;
5454
}
5555

5656
@Override

ms2extensions/src/org/labkey/ms2extensions/MS2ExtensionsModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public String getName()
6464
@Override
6565
public @Nullable Double getSchemaVersion()
6666
{
67-
return 25.000;
67+
return 26.000;
6868
}
6969

7070
@Override

peptideInventory/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Name: PeptideInventory
2-
SchemaVersion: 25.000
2+
SchemaVersion: 26.000
33
ManageVersion: true

0 commit comments

Comments
 (0)