GitHub user toyboxman opened a pull request:
https://github.com/apache/incubator-griffin/pull/416
Fix rest api bug in service component
GET /api/v1/version returns mistaken release version 0.2.0 instead of 0.3.0
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/toyboxman/incubator-griffin src/service
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/416.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #416
----
commit 783f9234e0cad25275280fe16e13eacd3bbd7a15
Author: Eugene <liujin@...>
Date: 2018-09-17T13:40:43Z
Fix rest api bug in service component
GET /api/v1/version returns mistaken release version 0.2.0 instead of 0.3.0
----
---