Skip to content

Commit

Permalink
Released 3.0; prepare for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Feb 21, 2021
1 parent be6ad63 commit 9074b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -41,7 +41,7 @@ allprojects {
version.with {
major = 3 // incompatible API changes
minor = 0 // backwards-compatible additions
patch = 0 // backwards-compatible bug fixes
patch = 1 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
}
Expand Down

0 comments on commit 9074b61

Please sign in to comment.