Skip to content

Commit

Permalink
Update versions to 0.7.0 in preparation of the v0.7.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Ravi Sharda <[email protected]>
  • Loading branch information
Ravi Sharda committed Mar 19, 2020
1 parent 8cd1997 commit 51d0ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
mavenCentral()
}
dependencies {
implementation "io.pravega:pravega-client:0.6.1"
implementation "io.pravega:pravega-keycloak-client:0.6.1"
implementation "io.pravega:pravega-client:0.7.0"
implementation "io.pravega:pravega-keycloak-client:0.7.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
#

pravegaVersion=0.6.1
pravegaVersion=0.7.0
keycloakVersion=6.0.1
slf4jVersion=1.7.25
junitVersion=4.12
Expand All @@ -21,4 +21,4 @@ publishRepo=
bintrayOrgName=pravega
bintrayRepoName=pravega

buildVersion=0.7.0-SNAPSHOT
buildVersion=0.7.0

0 comments on commit 51d0ace

Please sign in to comment.