Skip to content

Commit 9c2d621

Browse files
committed
Update for 0.11.0
1 parent 1a4420e commit 9c2d621

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@ version can be found on in the maven repository for
4646
<dependency>
4747
<groupId>io.prometheus</groupId>
4848
<artifactId>simpleclient</artifactId>
49-
<version>0.10.0</version>
49+
<version>0.11.0</version>
5050
</dependency>
5151
<!-- Hotspot JVM metrics-->
5252
<dependency>
5353
<groupId>io.prometheus</groupId>
5454
<artifactId>simpleclient_hotspot</artifactId>
55-
<version>0.10.0</version>
55+
<version>0.11.0</version>
5656
</dependency>
5757
<!-- Exposition HTTPServer-->
5858
<dependency>
5959
<groupId>io.prometheus</groupId>
6060
<artifactId>simpleclient_httpserver</artifactId>
61-
<version>0.10.0</version>
61+
<version>0.11.0</version>
6262
</dependency>
6363
<!-- Pushgateway exposition-->
6464
<dependency>
6565
<groupId>io.prometheus</groupId>
6666
<artifactId>simpleclient_pushgateway</artifactId>
67-
<version>0.10.0</version>
67+
<version>0.11.0</version>
6868
</dependency>
6969
```
7070

0 commit comments

Comments
 (0)