From d895135a8a5322d391b77a6b6ee32d5724471ddb Mon Sep 17 00:00:00 2001 From: FishGoddess <1149062639@qq.com> Date: Sun, 8 Mar 2020 00:25:10 +0800 Subject: [PATCH] =?UTF-8?q?v0.0.8=20=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=EF=BC=8C=E6=80=A7=E8=83=BD=E6=8F=90=E5=8D=87=E8=BE=BE=2030%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- README.md | 2 +- doc.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 414a117..c16b439 100644 --- a/README.en.md +++ b/README.en.md @@ -38,7 +38,7 @@ module your_project_name go 1.14 require ( - github.com/FishGoddess/logit v0.0.7 + github.com/FishGoddess/logit v0.0.8 ) ``` diff --git a/README.md b/README.md index 11d962f..44b83ba 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ module your_project_name go 1.14 require ( - github.com/FishGoddess/logit v0.0.7 + github.com/FishGoddess/logit v0.0.8 ) ``` diff --git a/doc.go b/doc.go index ef56121..814cb2c 100644 --- a/doc.go +++ b/doc.go @@ -159,4 +159,4 @@ Package logit provides an easy way to use foundation for your logging operations package logit // import "github.com/FishGoddess/logit" // Version is the version string representation of the "logit" package. -const Version = "0.0.7" +const Version = "0.0.8"