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

Commit b6130fd

Browse files
committed
Bump version to 2.4.6
1 parent fe95b65 commit b6130fd

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.5"
13+
val baseVersionName = "2.4.6"
1414
val isDevVersion get() = exec("git tag --contains HEAD").isEmpty()
1515
val verNameSuffix get() = if (isDevVersion) ".dev" else ""
1616

0 commit comments

Comments
 (0)