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

Commit

Permalink
Bump version number to 2.32
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 466739387
Change-Id: I8a8c0f496709af213960c0f5eb3fb3b97579ea6d
  • Loading branch information
jasonborg authored and copybara-github committed Aug 10, 2022
1 parent d063b8b commit e5aa075
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 = 2;

/** Minor version of the agent. */
public static final int MINOR_VERSION = 31;
public static final int MINOR_VERSION = 32;

/** 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 e5aa075

Please sign in to comment.