Bump version
Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/01cc9198 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/01cc9198 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/01cc9198 Branch: refs/heads/swellrt Commit: 01cc9198cf7acc7e5805fbc100ed5a7d6b8971cb Parents: b8a4ee4 Author: Antonio Tenorio Fornés <antonioteno...@ucm.es> Authored: Wed Aug 31 09:55:05 2016 +0200 Committer: Antonio Tenorio Fornés <antonioteno...@ucm.es> Committed: Wed Aug 31 09:55:05 2016 +0200 ---------------------------------------------------------------------- wave/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/01cc9198/wave/build.gradle ---------------------------------------------------------------------- diff --git a/wave/build.gradle b/wave/build.gradle index 11b6283..99efc1c 100644 --- a/wave/build.gradle +++ b/wave/build.gradle @@ -30,7 +30,7 @@ apply plugin: 'com.google.protobuf' /* Meta Data Info */ def title = 'SwellRT' def vendor = 'SwellRT Community' -version = "0.5333.0-alpha" +version = "0.53.0-alpha" archivesBaseName = "swellrt" def distFolder = "swellrt" mainClassName = "org.waveprotocol.box.server.ServerMain"