Skip to content

Commit

Permalink
Desktop: Bump version to 2.4.1 (108)
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Jul 31, 2022
1 parent 762ad68 commit 3e40e49
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.4'
version '2.4.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.4";
public static final int VERSION_CODE = 107;
public static final String VERSION = "2.4.1";
public static final int VERSION_CODE = 108;

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 3e40e49

Please sign in to comment.