Skip to content

Commit 3c0845f

Browse files
committed
Bump schema version
1 parent 786c0b5 commit 3c0845f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QueryExtensions/src/org/labkey/queryextensions/QueryExtensionsModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public String getName()
4040
@Override
4141
public @Nullable Double getSchemaVersion()
4242
{
43-
return 23.000;
43+
return 25.000;
4444
}
4545

4646
@Override
@@ -81,4 +81,4 @@ public Set<String> getSchemaNames()
8181
{
8282
return Collections.singleton(QueryExtensionsSchema.NAME);
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)