0.2.63 update

This commit is contained in:
ponzischeme89
2026-08-14 11:49:07 +12:00
parent 06b6490ac9
commit ad0c74f880
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ val projectNoticeText =
// A release workflow can derive the app version from its Git tag without editing the
// source tree. Local builds keep using the checked-in default.
val defaultVersionName = "0.2.62"
val defaultVersionName = "0.2.63"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()