We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d83258 commit bc912e1Copy full SHA for bc912e1
src/main/java/net/b07z/sepia/websockets/common/SocketConfig.java
@@ -20,7 +20,7 @@ public class SocketConfig {
20
public static final String SERVERNAME = "SEPIA-Websocket-Server"; //this is to identify the server (in client as well)
21
public static String localName = "sepia-websocket-server"; //**user defined local server name
22
public static String localSecret = "123456"; //**user defined secret to validate local server
23
- public static final String apiVersion = "v2.0.0";
+ public static final String apiVersion = "v1.1.0";
24
public static String privacyPolicyLink = ""; //Link to privacy policy
25
26
public static final boolean allowCORS = true;
0 commit comments