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.30
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 461613998
Change-Id: Ic159f550ec0d75fcd51149c79b8ef4acd15e3263
  • Loading branch information
jasonborg authored and copybara-github committed Jul 18, 2022
1 parent 025e319 commit 56ec438
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 = 29;
public static final int MINOR_VERSION = 30;

/** 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 56ec438

Please sign in to comment.