Skip to content

Commit f8bb30d

Browse files
committed
Fix bump_version script
1 parent c596c84 commit f8bb30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
type="${1:-bump}"
3+
type="${1:-patch}"
44

55
fastlane run increment_build_number
66
fastlane run increment_version_number bump_type:"$type"

0 commit comments

Comments
 (0)