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

Commit 627aade

Browse files
committed
Bump version to 2.5.0-beta02
1 parent f25158e commit 627aade

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

0 commit comments

Comments
 (0)