Skip to content

Commit 4be340f

Browse files
Merge pull request #16068 from nextcloud/chore/3.36
chore: next minor version
2 parents 75b9794 + 29d68ad commit 4be340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configurations.configureEach {
6363

6464
// semantic versioning for version code
6565
val versionMajor = 3
66-
val versionMinor = 35
66+
val versionMinor = 36
6767
val versionPatch = 0
6868
val versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
6969

0 commit comments

Comments
 (0)