Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
preparing to finish version
Browse files Browse the repository at this point in the history
  • Loading branch information
nilzao committed Jul 25, 2017
1 parent 2da0db4 commit 00a51d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ public ServerInfoEntity getServerInformation() {
if (ticketToken != null && !ticketToken.equals("null")) {
serverInfoEntity.setRequireTicket(true);
}
serverInfoEntity.setServerVersion("0.0.7-rc");
serverInfoEntity.setServerVersion("0.0.7");
return serverInfoEntity;
}

0 comments on commit 00a51d6

Please sign in to comment.