We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4e102 commit 1d4c41cCopy full SHA for 1d4c41c
.github/workflows/ci.yml
@@ -57,4 +57,5 @@ jobs:
57
- run: npm run document
58
env:
59
CI: true
60
+ - run: sed -i'' -r "s/const VERSION_STRING = '.*'/const VERSION_STRING = '2.1.0'/" ./src/Parse/ParseClient.php
61
- run: bash <(curl -s https://codecov.io/bash)
0 commit comments