Skip to content

Commit

Permalink
Start 0.9.4 development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Jul 14, 2023
1 parent 32afa9e commit 6e37be7
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 @@ -40,7 +40,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4-SNAPSHOT'
classpath 'com.google.protobuf:protobuf-gradle-plugin: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 @@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'com.github.ben-manes.versions'

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

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

Expand Down

0 comments on commit 6e37be7

Please sign in to comment.