Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 7f21a46

Browse files
authored
Update schema version to 24.000 (#64)
1 parent 66b7b2f commit 7f21a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/labkey/mq/MqModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public String getName()
6969
@Override
7070
public @Nullable Double getSchemaVersion()
7171
{
72-
return 23.000;
72+
return 24.000;
7373
}
7474

7575
@Override

0 commit comments

Comments
 (0)