Skip to content

Commit

Permalink
core: adapt railjson version
Browse files Browse the repository at this point in the history
Signed-off-by: Youness CHRIFI ALAOUI <[email protected]>
  • Loading branch information
younesschrifi committed Dec 6, 2024
1 parent 0c4441d commit ee5854e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class RJSInfra {
public static final JsonAdapter<RJSInfra> adapter =
new Moshi.Builder().add(ID.Adapter.FACTORY).build().adapter(RJSInfra.class);

public static final transient String CURRENT_VERSION = "3.4.11";
public static final transient String CURRENT_VERSION = "3.4.13";

/** The version of the infra format used */
public String version;
Expand Down
3 changes: 1 addition & 2 deletions front/tests/assets/infra/infra.json
Original file line number Diff line number Diff line change
Expand Up @@ -6803,8 +6803,7 @@
"uic": 3,
"name": "Mid_West_station"
}
},

}
},
{
"id": "North_East_station",
Expand Down

0 comments on commit ee5854e

Please sign in to comment.