From f88be8e9bc7880682f9a43d3e6fbc4df13fa8ff5 Mon Sep 17 00:00:00 2001 From: caixw Date: Mon, 31 Aug 2020 18:02:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA=20v7.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ core/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532aa4f0..8ef0233e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v7.2.0] + ### Added - 添加对 Julia 和 Nim 的支持; diff --git a/core/version.go b/core/version.go index b55cbf02..606814d7 100644 --- a/core/version.go +++ b/core/version.go @@ -6,7 +6,7 @@ package core // // 遵守 https://semver.org/lang/zh-CN/ 规则。 // 程序不兼容或是文档格式不兼容时,需要提升主版本号。 -const Version = "7.1.0" +const Version = "7.2.0" var ( fullVersion = Version