Skip to content

Commit 63c0704

Browse files
committed
Bump api version
1 parent fe6a32f commit 63c0704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/src/test/java/de/gesellix/docker/remote/api/client/SystemApiIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public void systemPingHead() {
141141
@Test
142142
public void systemVersion() {
143143
SystemVersion systemVersion = systemApi.systemVersion();
144-
assertTrue(asList("1.42", "1.43", "1.44", "1.45", "1.46", "1.47").contains(systemVersion.getApiVersion()));
144+
assertTrue(asList("1.42", "1.43", "1.44", "1.45", "1.46", "1.47", "1.48").contains(systemVersion.getApiVersion()));
145145
}
146146

147147
static class SystemEventsCallback implements StreamCallback<EventMessage> {

0 commit comments

Comments
 (0)