File tree 2 files changed +2
-2
lines changed
src/CodeClimate/Bundle/TestReporterBundle
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`:
86
86
``` yaml
87
87
after_script :
88
88
- 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
90
90
` ` `
91
91
92
92
More 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
11
11
*
12
12
* @var string
13
13
*/
14
- const VERSION = '0.1.0-dev ' ;
14
+ const VERSION = '0.1.1 ' ;
15
15
}
You can’t perform that action at this time.
0 commit comments