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

Commit da4dd79

Browse files
committed
Incrementing minor version for Kotlin support
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=195437255
1 parent 5d15d12 commit da4dd79

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/jarjar.jar

0 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ public final class GcpDebugletVersion {
2828
*/
2929
public static final int MAJOR_VERSION = 2;
3030

31-
/**
32-
* Minor version of the agent.
33-
*/
34-
public static final int MINOR_VERSION = 17;
31+
/** Minor version of the agent. */
32+
public static final int MINOR_VERSION = 18;
3533

3634
/**
3735
* Debugger agent version string in the format of MAJOR.MINOR.

0 commit comments

Comments
 (0)