Skip to content

Commit

Permalink
Bump provenance proto version to 1.8.0 final (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtps authored Mar 23, 2022
1 parent bd6b702 commit 22c2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ java {
val projectVersion = project.property("version")?.takeIf { it != "unspecified" } ?: "1.0-SNAPSHOT"

object Versions {
val ProvenanceProtos = "1.8.0-rc7"
val ProvenanceProtos = "1.8.0"
val ProvenanceHDWallet = "0.1.15"
val BouncyCastle = "1.70"
val Grpc = "1.44.0"
Expand Down

0 comments on commit 22c2edd

Please sign in to comment.