From 239e82a34a881cf0c3bbab2ce166903cede14ce2 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 10 Jan 2022 09:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20mdui=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- service/singleton/{dao.go => singleton.go} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename service/singleton/{dao.go => singleton.go} (96%) diff --git a/README.md b/README.md index b544aa8..9e12274 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
LOGO designed by 熊大 .

-    +   

:trollface: 哪吒监控 一站式轻监控轻运维系统。支持系统状态、HTTP(SSL 证书变更、即将到期、到期)、TCP、Ping 监控报警,计划任务和在线终端。

diff --git a/service/singleton/dao.go b/service/singleton/singleton.go similarity index 96% rename from service/singleton/dao.go rename to service/singleton/singleton.go index f346d99..f3ac1b7 100644 --- a/service/singleton/dao.go +++ b/service/singleton/singleton.go @@ -13,7 +13,7 @@ import ( pb "github.com/naiba/nezha/proto" ) -var Version = "v0.12.4" // !!记得修改 README 中的 badge 版本!! +var Version = "v0.12.5" // !!记得修改 README 中的 badge 版本!! var ( Conf *model.Config