Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gwttk committed Nov 8, 2024
1 parent b09b48e commit c3e434c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
HelpCommand.class, Smartproxy.class, SmartproxyServer.class, DedupUserrule.class, ParseGeoDat.class })
public class Launcher implements Callable<Void> {

public static final String VERSTR = "2.6.0";
public static final String VERSTR = "2.7.0";

// settings for both client & server
public static final String[] TLS_CIPHERS = new String[] { "TLS_AES_128_GCM_SHA256" };
Expand Down

0 comments on commit c3e434c

Please sign in to comment.