From 44ffc1de8a94b081dbdf83f6dcc13f779c3b7c3f Mon Sep 17 00:00:00 2001 From: Akshett Rai Jindal Date: Wed, 21 Aug 2024 10:02:46 +0530 Subject: [PATCH] watgbridge: bump version to 1.9.4 --- state/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/state.go b/state/state.go index 9dc3c24..b14b713 100644 --- a/state/state.go +++ b/state/state.go @@ -10,7 +10,7 @@ import ( "gorm.io/gorm" ) -const WATGBRIDGE_VERSION = "1.9.3" +const WATGBRIDGE_VERSION = "1.9.4" type state struct { Config *Config