Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojan committed Jul 28, 2016
1 parent 241be20 commit 2604c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply plugin: 'com.google.protobuf'
/* Meta Data Info */
def title = 'SwellRT'
def vendor = 'SwellRT Community'
version = "0.50.6-alpha"
version = "0.51.0-alpha"
archivesBaseName = "swellrt"
def distFolder = "swellrt"
mainClassName = "org.waveprotocol.box.server.ServerMain"
Expand Down Expand Up @@ -662,4 +662,4 @@ clean {
delete "war/swellrt"
delete "generated/"
delete "gwt-unitCache"
}
}

0 comments on commit 2604c3f

Please sign in to comment.