Skip to content

Commit 4ec03ff

Browse files
committed
Start 0.9.5 development cycle
We don't need a 0.10 at the moment.
1 parent 90c856f commit 4ec03ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ And in `build.gradle`:
4444

4545
```gradle
4646
plugins {
47-
id "com.google.protobuf" version "0.10.0-SNAPSHOT"
47+
id "com.google.protobuf" version "0.9.5-SNAPSHOT"
4848
}
4949
```
5050

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = 'com.google.protobuf'
16-
version = '0.10.0-SNAPSHOT'
16+
version = '0.9.5-SNAPSHOT'
1717

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

0 commit comments

Comments
 (0)