Skip to content

Commit

Permalink
Core: Bump version to 2.5 (108), SDK 108
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jul 31, 2022
1 parent 000af05 commit f07fdc9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
public class BuildConstants {
public static final String NAME = "PowerTunnel";
public static final String REPO = "https://github.com/krlvm/PowerTunnel";
public static final String VERSION = "2.4.1";
public static final int VERSION_CODE = 107;
public static final int SDK = 107;
public static final String VERSION = "2.5";
public static final int VERSION_CODE = 108;
public static final int SDK = 108;

public static boolean IS_RELEASE = isReleaseVersion(VERSION);
public static final boolean DEBUG = !IS_RELEASE;
Expand Down

0 comments on commit f07fdc9

Please sign in to comment.