Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 60550c1

Browse files
authored
Update app.js
1 parent 2b92d44 commit 60550c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const errors = require("./structs/errors");
55
const { v4: uuidv4 } = require("uuid");
66
const { ApiException } = errors;
77
const { Console } = require("console");
8-
const version = "2.7.0";
8+
const version = "2.7.1";
99
const NeoLog = require('./structs/NeoLog')
1010

1111
global.xmppClients = [];

0 commit comments

Comments
 (0)