File tree Expand file tree Collapse file tree
src/main/java/io/github/krlvm/powertunnel/desktop Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020 id ' distribution'
2121}
2222
23- version ' 2.5.1 '
23+ version ' 2.5.2 '
2424
2525run {
2626 workingDir = new File (' build/run' )
Original file line number Diff line number Diff 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.1 " ;
25- public static final int VERSION_CODE = 110 ;
24+ public static final String VERSION = "2.5.2 " ;
25+ public static final int VERSION_CODE = 111 ;
2626
2727 public static boolean IS_RELEASE = io .github .krlvm .powertunnel .BuildConstants .isReleaseVersion (VERSION );
2828 public static final boolean DEBUG = !IS_RELEASE ;
You can’t perform that action at this time.
0 commit comments