Skip to content

Commit 4b41ca1

Browse files
Bump version to 1.11.3
This commit increments the patch version from 2 to 3 and resets the build number from 8 to 0.
1 parent 9d40420 commit 4b41ca1

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 = 11
12-
val patch = 2
13-
val build = 8
12+
val patch = 3
13+
val build = 0
1414

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

0 commit comments

Comments
 (0)