From 38d6e5c51b9901617fbd243637d43677cd7bece2 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Tue, 23 Feb 2016 09:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=89=88=E6=9C=AC=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_version.go b/update_version.go index 6a01433..f76a792 100644 --- a/update_version.go +++ b/update_version.go @@ -37,10 +37,10 @@ func makeVersionMarkdown(version string) string { ### 版本信息 -- 仓库版本:%s +- 仓库版本:[%s](gopl-zh-%s.zip) - 构建时间:%s `, - version, + version, version, buildTime, ) }