mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 20:07:59 -06:00
Fix version name generation (#78)
This commit is contained in:
parent
d32ed06516
commit
f546bd2640
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user