Skip to content

Commit 3192a23

Browse files
authored
Update for 0.0.23
1 parent b2de977 commit 3192a23

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
@@ -39,25 +39,25 @@ version can be found on in the maven repository for
3939
<dependency>
4040
<groupId>io.prometheus</groupId>
4141
<artifactId>simpleclient</artifactId>
42-
<version>0.0.22</version>
42+
<version>0.0.23</version>
4343
</dependency>
4444
<!-- Hotspot JVM metrics-->
4545
<dependency>
4646
<groupId>io.prometheus</groupId>
4747
<artifactId>simpleclient_hotspot</artifactId>
48-
<version>0.0.22</version>
48+
<version>0.0.23</version>
4949
</dependency>
5050
<!-- Exposition servlet-->
5151
<dependency>
5252
<groupId>io.prometheus</groupId>
5353
<artifactId>simpleclient_servlet</artifactId>
54-
<version>0.0.22</version>
54+
<version>0.0.23</version>
5555
</dependency>
5656
<!-- Pushgateway exposition-->
5757
<dependency>
5858
<groupId>io.prometheus</groupId>
5959
<artifactId>simpleclient_pushgateway</artifactId>
60-
<version>0.0.22</version>
60+
<version>0.0.23</version>
6161
</dependency>
6262
```
6363

0 commit comments

Comments
 (0)