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

Commit d1a7189

Browse files
committed
Bump version to 2.4.5
1 parent 6b9a8c2 commit d1a7189

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

0 commit comments

Comments
 (0)