Skip to content

Commit 0a2c7bb

Browse files
committed
Start 0.9.4 development cycle
1 parent b4ee4a7 commit 0a2c7bb

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
@@ -40,7 +40,7 @@ buildscript {
4040
mavenLocal()
4141
}
4242
dependencies {
43-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3-SNAPSHOT'
43+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4-SNAPSHOT'
4444
}
4545
}
4646
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
3535
apply plugin: 'com.github.ben-manes.versions'
3636

3737
group = 'com.google.protobuf'
38-
version = '0.9.3'
38+
version = '0.9.4-SNAPSHOT'
3939

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

0 commit comments

Comments
 (0)