Skip to content

Commit f88be8e

Browse files
committed
chore: 升级版本为 v7.2.0
1 parent f3fcb0a commit f88be8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v7.2.0]
6+
57
### Added
68

79
- 添加对 Julia 和 Nim 的支持;

core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package core
66
//
77
// 遵守 https://semver.org/lang/zh-CN/ 规则。
88
// 程序不兼容或是文档格式不兼容时,需要提升主版本号。
9-
const Version = "7.1.0"
9+
const Version = "7.2.0"
1010

1111
var (
1212
fullVersion = Version

0 commit comments

Comments
 (0)