Skip to content

Commit 033ea33

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 877233607
1 parent 32fc202 commit 033ea33

File tree

1 file changed

+1
-1
lines changed
  • src/java/com/google/devtools/mobileharness/shared/version

1 file changed

+1
-1
lines changed

src/java/com/google/devtools/mobileharness/shared/version/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public final class Version implements Comparable<Version> {
2828

2929
public static final Version MIN_CLIENT_VERSION = new Version(4, 29, 0);
3030

31-
public static final Version LAB_VERSION = new Version(4, 355, 0);
31+
public static final Version LAB_VERSION = new Version(4, 356, 0);
3232

3333
public static final Version MIN_LAB_VERSION = new Version(4, 126, 0);
3434

0 commit comments

Comments
 (0)