Skip to content

Commit c33fab0

Browse files
committed
Update for 0.8.0
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
1 parent 2e250e4 commit c33fab0

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
@@ -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.7.0</version>
44+
<version>0.8.0</version>
4545
</dependency>
4646
<!-- Hotspot JVM metrics-->
4747
<dependency>
4848
<groupId>io.prometheus</groupId>
4949
<artifactId>simpleclient_hotspot</artifactId>
50-
<version>0.7.0</version>
50+
<version>0.8.0</version>
5151
</dependency>
5252
<!-- Exposition HTTPServer-->
5353
<dependency>
5454
<groupId>io.prometheus</groupId>
5555
<artifactId>simpleclient_httpserver</artifactId>
56-
<version>0.7.0</version>
56+
<version>0.8.0</version>
5757
</dependency>
5858
<!-- Pushgateway exposition-->
5959
<dependency>
6060
<groupId>io.prometheus</groupId>
6161
<artifactId>simpleclient_pushgateway</artifactId>
62-
<version>0.7.0</version>
62+
<version>0.8.0</version>
6363
</dependency>
6464
```
6565

0 commit comments

Comments
 (0)