aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 21:24:24 +0100
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-03-10 21:24:24 +0100
commit8e157f56d600fc11b2204f7033e56db7017d5574 (patch)
treef8092c47d79eb3cde351c269ab962125931af9fb /main.go
parent698292db49387bbc056b811c9fac5670bf8607e1 (diff)
feat(db): delete copaing 48 hours after soft delete
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
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() {