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

Commit cd4a9e5

Browse files
author
Hamid Asaadi
committed
Bump Java agent version for Cloud Run support.
PiperOrigin-RevId: 247021990 Change-Id: Ie554c3cd15074668177e24b590e2831071cc4bd6
1 parent 7880621 commit cd4a9e5

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 = 22;
32+
public static final int MINOR_VERSION = 23;
3333

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

0 commit comments

Comments
 (0)