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

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beat-YT committed Mar 10, 2021
1 parent 2b92d44 commit 60550c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -5,7 +5,7 @@ const errors = require("./structs/errors");
const { v4: uuidv4 } = require("uuid");
const { ApiException } = errors;
const { Console } = require("console");
const version = "2.7.0";
const version = "2.7.1";
const NeoLog = require('./structs/NeoLog')

global.xmppClients = [];
Expand Down

0 comments on commit 60550c1

Please sign in to comment.