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 4.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mctavish authored Sep 8, 2023
1 parent 7b440f3 commit 3811ac4
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 = 4;

/** Minor version of the agent. */
public static final int MINOR_VERSION = 0;
public static final int MINOR_VERSION = 1;

/** 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 3811ac4

Please sign in to comment.