fix(mobile): Pump ios version and fix static code test (#1451)

* fix(mobile): Pump ios version and fix static code test

* Added changelog note
This commit is contained in:
Alex
2023-01-27 16:20:45 -06:00
committed by GitHub
parent 10a0e58572
commit 0220f900c1
9 changed files with 40 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ platform :ios do
desc "iOS Beta"
lane :beta do
increment_version_number(
version_number: "1.42.0"
version_number: "1.43.0"
)
increment_build_number(
build_number: latest_testflight_build_number + 1,