Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #57 from davco01a/fixKabGroup
Browse files Browse the repository at this point in the history
version number
  • Loading branch information
s1cyan committed Sep 25, 2019
2 parents 8e5eb20 + dadc4dc commit 2e347a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/application/rest/CollectionsAccess.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class CollectionsAccess {
@Path("/version")
public Response versionlist(@Context final HttpServletRequest request) {
JSONObject msg = new JSONObject();
msg.put("version", "0.1");
msg.put("version", "0.2.0");
return Response.ok(msg).build();
}

Expand Down

0 comments on commit 2e347a2

Please sign in to comment.