We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fc202 commit 033ea33Copy full SHA for 033ea33
src/java/com/google/devtools/mobileharness/shared/version/Version.java
@@ -28,7 +28,7 @@ public final class Version implements Comparable<Version> {
28
29
public static final Version MIN_CLIENT_VERSION = new Version(4, 29, 0);
30
31
- public static final Version LAB_VERSION = new Version(4, 355, 0);
+ public static final Version LAB_VERSION = new Version(4, 356, 0);
32
33
public static final Version MIN_LAB_VERSION = new Version(4, 126, 0);
34
0 commit comments