1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

v0.37.1-alpha

This commit is contained in:
Evgenii Kozlov 2025-04-08 21:39:34 +02:00
parent 0b2ac0dff1
commit 56a8f49d78
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ ext.getBuildVersionName = {
def date = getCurrentDate()
return "${versionMajor}.${versionMinor}.${versionPatch}-${date}"
} else {
return "${versionMajor}.${versionMinor}.${versionPatch}"
return "${versionMajor}.${versionMinor}.${versionPatch}-alpha"
}
}