Skip to content

Commit

Permalink
upgrade buf to 1.8.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet authored Sep 16, 2022
1 parent 2e8ac5e commit d3ef391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/parmet/buf/gradle/BufExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ open class BufExtension {
/**
* Specify the version of Buf.
*/
var toolVersion: String = "1.6.0"
var toolVersion: String = "1.8.0"

internal var imageArtifactDetails: ArtifactDetails? = null

Expand Down

0 comments on commit d3ef391

Please sign in to comment.