Bump up version in gradle.properties to 0.13.0 after 0.12.0 RC1 release
Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/85ba58d5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/85ba58d5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/85ba58d5 Branch: refs/heads/master Commit: 85ba58d517ca4dd8bede64808fabe85d5cf4eaef Parents: 859a463 Author: Abhishek Tiwari <[email protected]> Authored: Wed Mar 21 11:35:43 2018 -0700 Committer: Abhishek Tiwari <[email protected]> Committed: Wed Mar 21 11:35:43 2018 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/85ba58d5/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 88d130e..b03155d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ org.gradle.parallel=true ide.recursive=true # Apache release specific -version=0.12.0 +version=0.13.0 group=org.apache.gobblin release=false
