Skip to content

Commit 0425a06

Browse files
Update patch version to 7 and reset build version to 0
Signed-off-by: CreativeCodeCat <[email protected]>
1 parent a31d803 commit 0425a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
// Top of build.gradle.kts
1010
val major = 1
1111
val minor = 10
12-
val patch = 6
13-
val build = 7
12+
val patch = 7
13+
val build = 0
1414

1515
val type = 0 // 1=beta, 2=alpha else=production
1616

0 commit comments

Comments
 (0)