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

Commit 0c02ba4

Browse files
committed
Increment minor version to 2.19.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=207971380
1 parent 09ee342 commit 0c02ba4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/jarjar.jar

-1 Bytes
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 = 18;
32+
public static final int MINOR_VERSION = 19;
3333

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

0 commit comments

Comments
 (0)