File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/CodeClimate/Bundle/TestReporterBundle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ the data via `curl`:
8686``` yaml
8787after_script :
8888 - CODECLIMATE_REPO_TOKEN="..." bin/test-reporter --stdout > codeclimate.json
89- - curl -X POST -d @codeclimate.json -H 'Content-Type : application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v1.0.1-dev )' https://codeclimate.com/test_reports
89+ - curl -X POST -d @codeclimate.json -H 'Content-Type : application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1 )' https://codeclimate.com/test_reports
9090` ` `
9191
9292More details can be found in [this issue][issue].
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ final class Version
1111 *
1212 * @var string
1313 */
14- const VERSION = '0.1.0-dev ' ;
14+ const VERSION = '0.1.1 ' ;
1515}
You can’t perform that action at this time.
0 commit comments