We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fcb0a commit f88be8eCopy full SHA for f88be8e
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [v7.2.0]
6
+
7
### Added
8
9
- 添加对 Julia 和 Nim 的支持;
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"
10
11
var (
12
fullVersion = Version
0 commit comments