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

Commit c1a6e69

Browse files
author
hasaadi
committed
Java agent version changes to 2.21
Reflect our dependency changes ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222988751
1 parent 498801e commit c1a6e69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/jarjar.jar

1 Byte
Binary file not shown.

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

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

0 commit comments

Comments
 (0)