Skip to content

Commit e808f45

Browse files
authored
Merge pull request #13 from taboola/releasing-1.0.6
Releasing 1.0.6
2 parents eb4e00e + 8616bf0 commit e808f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.taboola</groupId>
88
<artifactId>api-java-client-core</artifactId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>API Java client core</description>

src/main/java/com/taboola/rest/api/RestAPIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static RestAPIClientBuilder builder() {
5151
}
5252

5353
public static class RestAPIClientBuilder {
54-
private static final String VERSION = "1.0.5";
54+
private static final String VERSION = "1.0.6";
5555
private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5;
5656
private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L;
5757
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig();

0 commit comments

Comments
 (0)