Skip to content

Commit

Permalink
fix readme to indicate 0.9.4 as the latest version (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaypujare committed Jul 20, 2023
1 parent fe24ff4 commit ff4fe68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ For more information about the Protobuf Compiler, please refer to
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).

## Latest Version
The latest version is ``0.9.3``. It requires at least __Gradle 5.6__ and __Java 8__.
The latest version is ``0.9.4``. It requires at least __Gradle 5.6__ and __Java 8__.
To use it with Groovy DSL:
```gradle
plugins {
id "com.google.protobuf" version "0.9.3"
id "com.google.protobuf" version "0.9.4"
}
```

Expand Down

0 comments on commit ff4fe68

Please sign in to comment.