We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321c67b commit ade01d1Copy full SHA for ade01d1
1 file changed
src/main/java/com/kpelykh/docker/client/model/Version.java
@@ -28,7 +28,7 @@ public class Version {
28
@JsonProperty("Os")
29
private String operatingSystem;
30
31
- @JsonProperty
+ @JsonProperty("ApiVersion")
32
private String apiVersion;
33
34
public String getVersion() {
0 commit comments