Skip to content

Commit 462e6e7

Browse files
authored
Merge pull request #204 from ipfs-force-community/chore/bump_version
Chore/bump version
2 parents 1de29f6 + bf6f563 commit 462e6e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package build
33
var CurrentCommit string
44

55
// BuildVersion is the local build version, set by build system
6-
const BuildVersion = "1.12.0-rc1"
6+
const BuildVersion = "1.12.0-rc2"
77
const Version = "1120"
88

99
func UserVersion() string {

docs/zh/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# sophon-miner changelog
22

3+
## 1.12.0-rc2 / 2023-06-20
4+
5+
### Bug Fixes
6+
* fix: cmds compatible old repo [[#203](https://github.com/ipfs-force-community/sophon-miner/pull/203)]
7+
8+
39
## 1.12.0-rc1 / 2023-06-14
410

511
### New Features

0 commit comments

Comments
 (0)