From c1b1b1dc52abc3d2970bd8b9af86745dcf1f721e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Thu, 19 May 2022 00:05:19 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- connom.go | 2 -- version.go | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 version.go diff --git a/connom.go b/connom.go index a7caf46..db10d8f 100644 --- a/connom.go +++ b/connom.go @@ -2,8 +2,6 @@ package gocache import "time" -const Version = "1.0.4" - var ( DefaultExpiration = time.Minute * 30 // 默认过期时间 ) diff --git a/version.go b/version.go new file mode 100644 index 0000000..ff22cda --- /dev/null +++ b/version.go @@ -0,0 +1,3 @@ +package gocache + +const Version = "1.0.5"