Skip to content

Commit

Permalink
Release v1.9.0 (10900)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Mar 12, 2023
1 parent 5bbcbb0 commit 13c715c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ sealed class Version(
}
}

val currentVersion: Version = Version.ReleaseCandidate(
val currentVersion: Version = Version.Stable(
versionMajor = 1,
versionMinor = 9,
versionPatch = 0,
versionBuild = 2
)

val keystorePropertiesFile = rootProject.file("keystore.properties")
Expand Down

0 comments on commit 13c715c

Please sign in to comment.