Skip to content

Commit

Permalink
Bump to 26.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Aug 16, 2021
1 parent b90309f commit 8b378fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ext {
gitCommitId = gitObjectId.abbreviate(10).name()
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 0
versionNamePatch = 5
versionNameMinor = 1
versionNamePatch = 0

outDir = file("$rootDir/out")
}
Expand Down

0 comments on commit 8b378fc

Please sign in to comment.