Skip to content

Commit

Permalink
Start 0.9.5 development cycle
Browse files Browse the repository at this point in the history
We don't need a 0.10 at the moment.
  • Loading branch information
ejona86 committed Sep 5, 2023
1 parent 90c856f commit 4ec03ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ And in `build.gradle`:

```gradle
plugins {
id "com.google.protobuf" version "0.10.0-SNAPSHOT"
id "com.google.protobuf" version "0.9.5-SNAPSHOT"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = 'com.google.protobuf'
version = '0.10.0-SNAPSHOT'
version = '0.9.5-SNAPSHOT'

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

Expand Down

0 comments on commit 4ec03ff

Please sign in to comment.