Skip to content

Commit 5554fc7

Browse files
committed
Update for 0.9.0
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
1 parent 2cb32b9 commit 5554fc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@ version can be found on in the maven repository for
4141
<dependency>
4242
<groupId>io.prometheus</groupId>
4343
<artifactId>simpleclient</artifactId>
44-
<version>0.8.1</version>
44+
<version>0.9.0</version>
4545
</dependency>
4646
<!-- Hotspot JVM metrics-->
4747
<dependency>
4848
<groupId>io.prometheus</groupId>
4949
<artifactId>simpleclient_hotspot</artifactId>
50-
<version>0.8.1</version>
50+
<version>0.9.0</version>
5151
</dependency>
5252
<!-- Exposition HTTPServer-->
5353
<dependency>
5454
<groupId>io.prometheus</groupId>
5555
<artifactId>simpleclient_httpserver</artifactId>
56-
<version>0.8.1</version>
56+
<version>0.9.0</version>
5757
</dependency>
5858
<!-- Pushgateway exposition-->
5959
<dependency>
6060
<groupId>io.prometheus</groupId>
6161
<artifactId>simpleclient_pushgateway</artifactId>
62-
<version>0.8.1</version>
62+
<version>0.9.0</version>
6363
</dependency>
6464
```
6565

0 commit comments

Comments
 (0)