From d21c57b2c90f052b07467595bde5b0200089c99f Mon Sep 17 00:00:00 2001 From: mozillazg Date: Sat, 9 Apr 2022 10:46:16 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- encode.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 490b72e..62e4d5f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.3.0 +current_version = 0.3.1 [bumpversion:file:encode.go] diff --git a/encode.go b/encode.go index 3c9fb59..98c03f5 100644 --- a/encode.go +++ b/encode.go @@ -29,7 +29,7 @@ import ( const tagName = "header" // Version ... -const Version = "0.3.0" +const Version = "0.3.1" var timeType = reflect.TypeOf(time.Time{}) var headerType = reflect.TypeOf(http.Header{})