Skip to content

Commit 5f9e2bf

Browse files
authored
Change serial until we didn't ship release
1 parent 1923e7e commit 5f9e2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/core/DefaultDockerClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
public class DefaultDockerClientConfig implements Serializable, DockerClientConfig {
3333

34-
private static final long serialVersionUID = -4307357472441531489L;
34+
private static final long serialVersionUID = 1L;
3535

3636
public static final String DOCKER_HOST = "DOCKER_HOST";
3737

0 commit comments

Comments
 (0)