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

Commit

Permalink
Update schema version to 24.000 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Jan 2, 2024
1 parent 66b7b2f commit 7f21a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/labkey/mq/MqModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 23.000;
return 24.000;
}

@Override
Expand Down

0 comments on commit 7f21a46

Please sign in to comment.