We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1de29f6 + bf6f563 commit 462e6e7Copy full SHA for 462e6e7
build/version.go
@@ -3,7 +3,7 @@ package build
3
var CurrentCommit string
4
5
// BuildVersion is the local build version, set by build system
6
-const BuildVersion = "1.12.0-rc1"
+const BuildVersion = "1.12.0-rc2"
7
const Version = "1120"
8
9
func UserVersion() string {
docs/zh/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# sophon-miner changelog
2
+## 1.12.0-rc2 / 2023-06-20
+
+### Bug Fixes
+* fix: cmds compatible old repo [[#203](https://github.com/ipfs-force-community/sophon-miner/pull/203)]
## 1.12.0-rc1 / 2023-06-14
10
11
### New Features
0 commit comments