Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Immueggpain authored and Immueggpain committed Mar 20, 2022
1 parent 1e25e49 commit f6be851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.immueggpain</groupId>
<artifactId>smartproxy</artifactId>
<version>2.0.9</version>
<version>2.1.0</version>

<name>smartproxy</name>
<url>https://github.com/Immueggpain/forwardproto</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
subcommands = { HelpCommand.class, Smartproxy.class, SmartproxyServer.class, DedupUserrule.class })
public class Launcher implements Callable<Void> {

public static final String VERSTR = "2.0.9";
public static final String VERSTR = "2.1.0";

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

0 comments on commit f6be851

Please sign in to comment.