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

Commit 79adc70

Browse files
committed
Increment minor version to 2.13 to prepare for a new release.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=155003222
1 parent 94fb654 commit 79adc70

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
@@ -31,7 +31,7 @@ public final class GcpDebugletVersion {
3131
/**
3232
* Minor version of the agent.
3333
*/
34-
public static final int MINOR_VERSION = 12;
34+
public static final int MINOR_VERSION = 13;
3535

3636
/**
3737
* Debugger agent version string in the format of MAJOR.MINOR.

0 commit comments

Comments
 (0)