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 authored Mar 8, 2021
1 parent c5dc060 commit c485b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
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.6.0";
const version = "2.7.0";
const NeoLog = require('./structs/NeoLog')

global.xmppClients = [];
Expand Down

0 comments on commit c485b42

Please sign in to comment.