From 453a3e235bc209d4ec8e092774132f7439f913bd Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 21 May 2025 18:53:21 +0200 Subject: build(gokord): bump version and fix updates.json --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 0a52445..b83b817 100644 --- a/main.go +++ b/main.go @@ -18,8 +18,8 @@ var ( updatesData []byte Version = gokord.Version{ Major: 3, - Minor: 0, - Patch: 1, + Minor: 1, + Patch: 0, } stopPeriodicReducer chan<- interface{} -- cgit v1.2.3