Skip to content

Commit

Permalink
making the current project and library version a smaller number as it…
Browse files Browse the repository at this point in the history
… doesnt trigger the malformed a.b.c.d.e version number error locally.
  • Loading branch information
msadoon committed Mar 30, 2023
1 parent 9a3be90 commit 5a72e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -112,7 +112,7 @@ distribute_job: &distribute_job
- vendor/bundle
- run:
name: Increment build number
command: agvtool new-version -all $(($(date +%s)/100))
command: agvtool new-version -all $(($(date +%s)/1000))
- run:
name: Install lane dependency xcodes
command: brew install robotsandpencils/made/xcodes
Expand Down

0 comments on commit 5a72e73

Please sign in to comment.