diff --git a/HISTORY.md b/HISTORY.md index 6d48994..6a701f0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ ## ✒ 历史版本的特性介绍 (Features in old versions) +### v0.6.1 + +> 此版本发布于 2024-01-18 + +* 调整代码 + ### v0.6.0-alpha > 此版本发布于 2024-01-13 diff --git a/doc.go b/doc.go index a9334bc..40a5e7d 100644 --- a/doc.go +++ b/doc.go @@ -475,4 +475,4 @@ Package cachego provides an easy way to use foundation for your caching operatio package cachego // import "github.com/FishGoddess/cachego" // Version is the version string representation of cachego. -const Version = "v0.6.0-alpha" +const Version = "v0.6.1"