Skip to content

Commit

Permalink
Start 0.8.17 development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Apr 22, 2021
1 parent 784f97d commit 46825f9
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.8.16-SNAPSHOT'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17-SNAPSHOT'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'com.github.ben-manes.versions'

group = 'com.google.protobuf'
version = '0.8.16'
version = '0.8.17-SNAPSHOT'

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

Expand Down

0 comments on commit 46825f9

Please sign in to comment.