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

Commit 7d6c104

Browse files
mctavishcopybara-github
authored andcommitted
Bump to release version 2.28
PiperOrigin-RevId: 380650781 Change-Id: I8ec2cd013e21701b95af942d8c7ce47b75db4a37
1 parent 3f1c4a8 commit 7d6c104

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
@@ -24,7 +24,7 @@ public final class GcpDebugletVersion {
2424
public static final int MAJOR_VERSION = 2;
2525

2626
/** Minor version of the agent. */
27-
public static final int MINOR_VERSION = 27;
27+
public static final int MINOR_VERSION = 28;
2828

2929
/** Debugger agent version string in the format of MAJOR.MINOR. */
3030
public static final String VERSION = String.format("%d.%d", MAJOR_VERSION, MINOR_VERSION);

0 commit comments

Comments
 (0)