Skip to content

Commit

Permalink
Release v0.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Aug 12, 2015
1 parent 0eb9862 commit 862f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subprojects {
apply plugin: "jacoco"

group = "io.grpc"
version = "0.8.0-SNAPSHOT"
version = "0.8.0"

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

2 comments on commit 862f383

@madongfly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to update the version number in README like a0060c8 did.

@carl-mastrangelo
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@madongfly SGTM. I believe I need to wait until this gets pushed to the central repo first before these will work, correct?

Please sign in to comment.