We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5deaa4a commit 9166495Copy full SHA for 9166495
src/index.js
@@ -7,7 +7,7 @@ const storage = require('./storage.js');
7
const whatsappHandler = require('./whatsappHandler.js');
8
9
(async () => {
10
- const version = 'v0.10.27';
+ const version = 'v0.10.28';
11
state.logger = pino({ mixin() { return { version }; } }, pino.destination('logs.txt'));
12
let autoSaver = setInterval(() => storage.save(), 5 * 60 * 1000);
13
['SIGINT', 'uncaughtException', 'SIGTERM'].forEach((eventName) => process.on(eventName, async (err) => {
0 commit comments