Skip to content

Commit af7e9f7

Browse files
authored
Update schema versions to 23.000 (#56)
1 parent cee0713 commit af7e9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/labkey/workflow/WorkflowModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public String getName()
4545
@Override
4646
public @Nullable Double getSchemaVersion()
4747
{
48-
return 22.000;
48+
return 23.000;
4949
}
5050

5151
@Override

0 commit comments

Comments
 (0)