aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7f0c64f..91b7d9d 100644
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ var (
Version = gokord.Version{
Major: 3,
Minor: 1,
- Patch: 2,
+ Patch: 3,
}
stopPeriodicReducer chan<- interface{}