Fix version name generation (#78)

This commit is contained in:
Patrick Honkonen 2024-05-02 13:28:38 -04:00 committed by GitHub
parent d32ed06516
commit f546bd2640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ platform :android do
# Current date used to derive next version name.
currentDate = Time.new
major = currentDate.year.to_s
minor = "5"
minor = currentDate.strftime "%m"
# Determine the next revision number to apply.
revision = 0