Skip to content

Commit bc912e1

Browse files
committed
fixed version number
1 parent 4d83258 commit bc912e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/b07z/sepia/websockets/common/SocketConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class SocketConfig {
2020
public static final String SERVERNAME = "SEPIA-Websocket-Server"; //this is to identify the server (in client as well)
2121
public static String localName = "sepia-websocket-server"; //**user defined local server name
2222
public static String localSecret = "123456"; //**user defined secret to validate local server
23-
public static final String apiVersion = "v2.0.0";
23+
public static final String apiVersion = "v1.1.0";
2424
public static String privacyPolicyLink = ""; //Link to privacy policy
2525

2626
public static final boolean allowCORS = true;

0 commit comments

Comments
 (0)