Skip to content

Commit bfcdc79

Browse files
Prepare release 2.8.0
1 parent f0c942d commit bfcdc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/templates/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ text inserted is valid JSON object (starts with `{` and ends with `}`) or valid
148148
Variable substitution is performed on configuration file after the include file directive; Hence
149149
variable substitution is also performed on the text in the injected file.
150150

151-
Here is an example including variable substitution, assuming version 2.7.0 of OTP:
151+
Here is an example including variable substitution, assuming version 2.8.0 of OTP:
152152

153153
```JSON
154154
// build-config.json
@@ -172,7 +172,7 @@ The result will look like this:
172172
{
173173
"transitFeeds": [
174174
{
175-
"source": "netex-v2.7.0.obj"
175+
"source": "netex-v2.8.0.obj"
176176
}
177177
]
178178
}

0 commit comments

Comments
 (0)