Skip to content

Commit

Permalink
Start 0.8.18 development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
voidzcy committed Jul 13, 2021
1 parent 2f0fe10 commit 8a35d46
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.17-SNAPSHOT'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18-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.17'
version = '0.8.18-SNAPSHOT'

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

Expand Down

0 comments on commit 8a35d46

Please sign in to comment.