From 9962366d8eb0b9b2bfa749ac0734af4731b5798e Mon Sep 17 00:00:00 2001 From: Akshett Rai Jindal Date: Fri, 12 Jul 2024 18:51:11 +0530 Subject: [PATCH] watgbridge: bump version to 1.9.1 --- state/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/state.go b/state/state.go index 765694e..fcd0507 100644 --- a/state/state.go +++ b/state/state.go @@ -10,7 +10,7 @@ import ( "gorm.io/gorm" ) -const WATGBRIDGE_VERSION = "1.9.0" +const WATGBRIDGE_VERSION = "1.9.1" type state struct { Config *Config