Skip to content

Commit ade01d1

Browse files
committed
adding right string format for ApiVersion
1 parent 321c67b commit ade01d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/kpelykh/docker/client/model/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class Version {
2828
@JsonProperty("Os")
2929
private String operatingSystem;
3030

31-
@JsonProperty
31+
@JsonProperty("ApiVersion")
3232
private String apiVersion;
3333

3434
public String getVersion() {

0 commit comments

Comments
 (0)