Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit c6adf98

Browse files
authored
Bump schema versions to 25.000 (#677)
1 parent c06a907 commit c6adf98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/cds/CDSModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public String getName()
106106
@Override
107107
public @Nullable Double getSchemaVersion()
108108
{
109-
return 24.003;
109+
return 25.000;
110110
}
111111

112112
@Override

0 commit comments

Comments
 (0)