Skip to content

Commit 9166495

Browse files
committed
Bump version
1 parent 5deaa4a commit 9166495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const storage = require('./storage.js');
77
const whatsappHandler = require('./whatsappHandler.js');
88

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

0 commit comments

Comments
 (0)