Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit e69d2d8

Browse files
Louis Yecopybara-github
authored andcommitted
Bump Java agent version to 2.24
PiperOrigin-RevId: 267416679 Change-Id: I28fb636c9b682ab455ee50d1dbd2825ed51f4dfd
1 parent 5504750 commit e69d2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/internals/src/main/java/com/google/devtools/cdbg/debuglets/java/GcpDebugletVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class GcpDebugletVersion {
2929
public static final int MAJOR_VERSION = 2;
3030

3131
/** Minor version of the agent. */
32-
public static final int MINOR_VERSION = 23;
32+
public static final int MINOR_VERSION = 24;
3333

3434
/**
3535
* Debugger agent version string in the format of MAJOR.MINOR.

0 commit comments

Comments
 (0)