mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
v0.34.0-alpha
This commit is contained in:
parent
ddb67d5d9b
commit
3032c4125a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ ext.getBuildVersionName = {
|
|||
def date = getCurrentDate()
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}-${date}"
|
||||
} else {
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}-alpha"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue