From 1e620da2105209d034192d45bbb880d91b73d1b8 Mon Sep 17 00:00:00 2001 From: Hedzr Yeh Date: Thu, 21 Apr 2022 11:48:25 +0800 Subject: [PATCH] bump to v3.0.20 --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 28606b2..5c72221 100644 --- a/doc.go +++ b/doc.go @@ -10,7 +10,7 @@ const ( // AppName const AppName = "errors" // Version const - Version = "3.0.19" + Version = "3.0.20" // VersionInt const - VersionInt = 0x030013 + VersionInt = 0x030014 )