From b4fe61ed27ad7c2a58fe9910125dd340cf09082e Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 29 May 2022 22:44:37 +0800 Subject: [PATCH] bump version --- README.md | 2 +- service/singleton/singleton.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c18381a..82b0952 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
LOGO designed by 熊大 .

-    +   

:trollface: Nezha Monitoring: Self-hosted, lightweight server and website monitoring and O&M tool.

diff --git a/service/singleton/singleton.go b/service/singleton/singleton.go index 82191f6..acc52c6 100644 --- a/service/singleton/singleton.go +++ b/service/singleton/singleton.go @@ -12,7 +12,7 @@ import ( "github.com/naiba/nezha/pkg/utils" ) -var Version = "v0.13.22" // !!记得修改 README 中的 badge 版本!! +var Version = "v0.13.23" // !!记得修改 README 中的 badge 版本!! var ( Conf *model.Config