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