1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

Fixed typo in Fastfile iOS

This commit is contained in:
Alex Tran 2022-03-22 02:01:09 -05:00
parent 678ce23c16
commit 3e918ffd18

View File

@ -30,7 +30,7 @@ platform :ios do
end
desc "iOS Release"
land :release do
lane :release do
increment_version_number(
version_number: "1.3.0"
)