From 041f84bca2102e0cb04fefb9f889ee8412502309 Mon Sep 17 00:00:00 2001 From: Akshett Rai Jindal Date: Sat, 20 Jan 2024 14:12:35 +0530 Subject: [PATCH] bump version to 1.8.1 --- state/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/state.go b/state/state.go index 5d73311..284eb11 100644 --- a/state/state.go +++ b/state/state.go @@ -10,7 +10,7 @@ import ( "gorm.io/gorm" ) -const WATGBRIDGE_VERSION = "1.8.0" +const WATGBRIDGE_VERSION = "1.8.1" type state struct { Config *Config