Skip to content

Commit

Permalink
Merge pull request #12891 from nextcloud/correctVersion329
Browse files Browse the repository at this point in the history
Correct version
  • Loading branch information
tobiasKaminsky committed Apr 17, 2024
2 parents e7bff59 + eb6c2f9 commit a49490e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -78,8 +78,8 @@ configurations.configureEach {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 29
def versionPatch = 51
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 0
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable


def ndkEnv = new HashMap<String, String>()
Expand Down

0 comments on commit a49490e

Please sign in to comment.