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

v0.26.14-beta

This commit is contained in:
uburoiubu 2023-11-17 08:30:57 +01:00
parent b81cba2b18
commit 55cf2c08c5
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
version.versionMajor=0
version.versionMinor=26
version.versionPatch=13
version.versionPatch=14
version.useDatedVersionName=false

View file

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