Skip to content

Commit

Permalink
Desktop: Bump version to 2.1 (103)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Feb 7, 2022
1 parent 001e7e4 commit 04ea728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'distribution'
}

version '2.0.1'
version '2.1'

run {
workingDir = new File('build/run')
Expand Down
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.2";
public static final int VERSION_CODE = 102;
public static final String VERSION = "2.1";
public static final int VERSION_CODE = 103;

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 04ea728

Please sign in to comment.