Skip to content

Commit

Permalink
Desktop: Bump version to 2.0.2 (102)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Feb 2, 2022
1 parent f93e9c7 commit b2233aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class BuildConstants {
public static final String NAME = "PowerTunnel";
public static final String DESCRIPTION = "Powerful and extensible proxy server";
public static final String REPO = "https://github.com/krlvm/PowerTunnel";
public static final String VERSION = "2.0.1";
public static final int VERSION_CODE = 101;
public static final String VERSION = "2.0.2";
public static final int VERSION_CODE = 102;

public static boolean IS_RELEASE = io.github.krlvm.powertunnel.BuildConstants.isReleaseVersion(VERSION);
public static final boolean DEBUG = !IS_RELEASE;
Expand Down

0 comments on commit b2233aa

Please sign in to comment.