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