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

Commit

Permalink
chore: release version 3.3 (#72)
Browse files Browse the repository at this point in the history
* Supports App Engine Java8 environment
* Contains fix for breakpoint expiry
  • Loading branch information
jasonborg authored Feb 14, 2023
1 parent 7a040e9 commit 0114871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public final class GcpDebugletVersion {
public static final int MAJOR_VERSION = 3;

/** Minor version of the agent. */
public static final int MINOR_VERSION = 2;
public static final int MINOR_VERSION = 3;

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

0 comments on commit 0114871

Please sign in to comment.