From 8e157f56d600fc11b2204f7033e56db7017d5574 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 10 Mar 2025 21:24:24 +0100 Subject: feat(db): delete copaing 48 hours after soft delete --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 000179c..4588f3b 100644 --- a/main.go +++ b/main.go @@ -19,8 +19,8 @@ var ( Version = gokord.Version{ Major: 2, Minor: 3, - Patch: 4, - } // git version: 0.3.4 (it's the v2 of the bot) + Patch: 5, + } // git version: 0.3.5 (it's the v2 of the bot) ) func init() { -- cgit v1.2.3