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

Commit 1bac616

Browse files
committed
Bump version to 2.4.7
1 parent 3f38459 commit 1bac616

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
@@ -11,7 +11,7 @@ plugins {
1111
alias(libs.plugins.protobuf)
1212
}
1313

14-
val baseVersionName = "2.4.6"
14+
val baseVersionName = "2.4.7"
1515
val isDevVersion get() = exec("git tag --contains HEAD").isEmpty()
1616
val verNameSuffix get() = if (isDevVersion) ".dev" else ""
1717

0 commit comments

Comments
 (0)