Skip to content

Commit 6f3d4bc

Browse files
author
may
committed
Prepare for release
1 parent a460002 commit 6f3d4bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Download [the latest JAR][1] or grab via Maven:
3030
<dependency>
3131
<groupId>com.imsweb</groupId>
3232
<artifactId>seerapi-client-java</artifactId>
33-
<version>5.7</version>
33+
<version>5.8</version>
3434
</dependency>
3535
```
3636

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = 'com.imsweb'
18-
version = '5.8-SNAPSHOT'
18+
version = '5.8'
1919
description = 'Java client library for SEER*API'
2020

2121
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)