Skip to content

Commit

Permalink
Merge pull request #14456 from nextcloud/upgrade-to-next-major-version
Browse files Browse the repository at this point in the history
Upgrade to Next Major Version
  • Loading branch information
tobiasKaminsky authored Jan 23, 2025
2 parents bf8d42c + 4e0a653 commit 85ca4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ configurations.configureEach {

// semantic versioning for version code
def versionMajor = 3
def versionMinor = 31
def versionMinor = 32
def versionPatch = 0
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable

Expand Down

0 comments on commit 85ca4c7

Please sign in to comment.