Skip to content

Commit 069cf06

Browse files
Increase patch version and reset build number
The patch version is incremented from 8 to 9, and the build number is reset from 7 to 1. Signed-off-by: CreativeCodeCat <[email protected]>
1 parent fbf843f commit 069cf06

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 = 8
13-
val build = 7
12+
val patch = 9
13+
val build = 1
1414

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

0 commit comments

Comments
 (0)