Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit da911e6

Browse files
committed
Bump version to 2.4.9
1 parent 794fe21 commit da911e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
alias(libs.plugins.protobuf)
1111
}
1212

13-
val baseVersionName = "2.4.8"
13+
val baseVersionName = "2.4.9"
1414
val isDevVersion get() = exec("git tag --contains HEAD").isEmpty()
1515
val verNameSuffix get() = if (isDevVersion) ".dev" else ""
1616

0 commit comments

Comments
 (0)