Release v0.2.39
Publish Memby release / release (push) Canceled after 0s

This commit is contained in:
ponzischeme89
2026-08-09 16:57:14 +12:00
parent 52e167ea59
commit 598a4f5c75
7 changed files with 206 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,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.38"
val defaultVersionName = "0.2.39"
val membyVersionName: String =
(project.findProperty("memby.versionName") as String?)
?.trim()