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

DROID-3679 App | Tech | Bump version (0.39.0) |

This commit is contained in:
Evgenii Kozlov 2025-05-26 21:20:21 +02:00
parent 32298d39a4
commit 9c9362db70
2 changed files with 3 additions and 3 deletions

View file

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