Skip to content

Commit 501ea8b

Browse files
committed
feature: Add version 2.8 to OtpVersion
1 parent 95e9d70 commit 501ea8b

File tree

1 file changed

+2
-1
lines changed
  • application/src/main/java/org/opentripplanner/standalone/config/framework/json

1 file changed

+2
-1
lines changed

Diff for: application/src/main/java/org/opentripplanner/standalone/config/framework/json/OtpVersion.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ public enum OtpVersion {
1212
V2_4("2.4"),
1313
V2_5("2.5"),
1414
V2_6("2.6"),
15-
V2_7("2.7");
15+
V2_7("2.7"),
16+
V2_8("2.8");
1617

1718
private final String text;
1819

0 commit comments

Comments
 (0)