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.0 (#77)
Browse files Browse the repository at this point in the history
This version talks to the Firebase RTDB backend by default.
  • Loading branch information
jasonborg authored May 31, 2023
1 parent 15e53a6 commit ee1d146
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ public final class GcpDebugletVersion {
* <p>All agents of the same major version are compatible with each other. In other words an
* application can mix different agents with the same major version within the same debuggee.
*/
public static final int MAJOR_VERSION = 3;
public static final int MAJOR_VERSION = 4;

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

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

Please sign in to comment.