From 0d6564c2653fdff5e9d607ec398f054884356885 Mon Sep 17 00:00:00 2001 From: Mac Date: Mon, 29 Mar 2021 11:47:16 +0800 Subject: [PATCH] version bump --- terror.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terror.go b/terror.go index 0d613c9..d3d8824 100644 --- a/terror.go +++ b/terror.go @@ -14,7 +14,7 @@ import ( ) // baseVersion actual version of terror module -const baseVersion string = "v2.0.2" +const baseVersion string = "v2.0.3" // ErrKind Kind of error type ErrKind string