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

Commit 8b378fc

Browse files
authored
Bump to 26.1.0
1 parent b90309f commit 8b378fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ ext {
4949
gitCommitId = gitObjectId.abbreviate(10).name()
5050
gitCommitCount = StreamSupport.stream(new Git(repo).log().add(gitObjectId).call().spliterator(), false).count()
5151

52-
versionNameMinor = 0
53-
versionNamePatch = 5
52+
versionNameMinor = 1
53+
versionNamePatch = 0
5454

5555
outDir = file("$rootDir/out")
5656
}

0 commit comments

Comments
 (0)