Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
26.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed May 20, 2022
1 parent e271e3b commit cdcb9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()

versionNameMinor = 1
versionNamePatch = 5
versionNamePatch = 6

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

0 comments on commit cdcb9f3

Please sign in to comment.