From dbd795b9d32c9fe80fd9e0c9eb0a3fe1f74c4699 Mon Sep 17 00:00:00 2001 From: yzy613 Date: Sat, 10 Jul 2021 00:22:52 +0800 Subject: [PATCH] v1.3.5 b: update version number --- common/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.go b/common/common.go index 9d8de92..578e189 100644 --- a/common/common.go +++ b/common/common.go @@ -12,7 +12,7 @@ import ( ) const ( - LocalVersion = "1.3.4" + LocalVersion = "1.3.5" DefaultAPIServer = "https://yzyweb.cn/ddns-watchdog" ProjectUrl = "https://github.com/yzy613/ddns-watchdog" )