Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FKLC committed Nov 22, 2024
1 parent 5deaa4a commit 9166495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const storage = require('./storage.js');
const whatsappHandler = require('./whatsappHandler.js');

(async () => {
const version = 'v0.10.27';
const version = 'v0.10.28';
state.logger = pino({ mixin() { return { version }; } }, pino.destination('logs.txt'));
let autoSaver = setInterval(() => storage.save(), 5 * 60 * 1000);
['SIGINT', 'uncaughtException', 'SIGTERM'].forEach((eventName) => process.on(eventName, async (err) => {
Expand Down

0 comments on commit 9166495

Please sign in to comment.