We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ca56e commit 15b0415Copy full SHA for 15b0415
3 files changed
hdrl/src/org/labkey/hdrl/HDRLModule.java
@@ -50,7 +50,7 @@ public String getName()
50
@Override
51
public @Nullable Double getSchemaVersion()
52
{
53
- return 25.000;
+ return 26.000;
54
}
55
56
ms2extensions/src/org/labkey/ms2extensions/MS2ExtensionsModule.java
@@ -64,7 +64,7 @@ public String getName()
64
65
66
67
68
69
70
peptideInventory/module.properties
@@ -1,3 +1,3 @@
1
Name: PeptideInventory
2
-SchemaVersion: 25.000
+SchemaVersion: 26.000
3
ManageVersion: true
0 commit comments