From 75d376f6be335b5eaa8108c14b7a0a2968fcc52a Mon Sep 17 00:00:00 2001 From: caixw Date: Fri, 8 Jul 2016 00:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app.go b/app/app.go index 157c8ee5..86c7b991 100644 --- a/app/app.go +++ b/app/app.go @@ -17,7 +17,7 @@ const ( // 版本号 // // 版本号按照 http://semver.org 中的规则 - Version = "2.15.4+20160707" + Version = "2.15.5+20160708" // 程序的正式名称 Name = "apidoc" @@ -26,7 +26,7 @@ const ( RepoURL = "https://github.com/caixw/apidoc" // 官网 - OfficialURL = "https://apidoc.tools" + OfficialURL = "http://apidoc.tools" // 配置文件名称。 ConfigFilename = ".apidoc.json"