Skip to content

Commit 7816185

Browse files
committed
Bump version to 0.1.1
1 parent 7875a89 commit 7816185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ the data via `curl`:
8686
```yaml
8787
after_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
9292
More details can be found in [this issue][issue].

src/CodeClimate/Bundle/TestReporterBundle/Version.php

+1-1
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)