Skip to content

Commit 50d1e39

Browse files
committed
Desktop: Bump version to 2.5.1 (110)
1 parent 17b0ce5 commit 50d1e39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

desktop/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id 'distribution'
2121
}
2222

23-
version '2.5'
23+
version '2.5.1'
2424

2525
run {
2626
workingDir = new File('build/run')

desktop/src/main/java/io/github/krlvm/powertunnel/desktop/BuildConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public class BuildConstants {
2121
public static final String NAME = "PowerTunnel";
2222
public static final String DESCRIPTION = "Powerful and extensible proxy server";
2323
public static final String REPO = "https://github.com/krlvm/PowerTunnel";
24-
public static final String VERSION = "2.5";
25-
public static final int VERSION_CODE = 109;
24+
public static final String VERSION = "2.5.1";
25+
public static final int VERSION_CODE = 110;
2626

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

0 commit comments

Comments
 (0)