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.2 (#65)
Browse files Browse the repository at this point in the history
- Switch from antlr 2.7.2 to 2.7.7
  • Loading branch information
jasonborg authored Jan 17, 2023
1 parent fd25930 commit 01be325
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 = 1;
public static final int MINOR_VERSION = 2;

/** 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 01be325

Please sign in to comment.