kinow commented on code in PR #2055:
URL: https://github.com/apache/jena/pull/2055#discussion_r1380084204
##########
jena-fuseki2/jena-fuseki-ui/src/services/mock/json-server.js:
##########
@@ -42,7 +42,7 @@ server.get('/index.html', (req, res) => res.jsonp(''))
// GET SERVER INFO
server.get('/\\$/server', (req, res) => {
res.jsonp({
- version: '4.x.y',
+ version: '5.x.y',
Review Comment:
We are going 5.x anyway, might update that in the tests too
:slightly_smiling_face:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]