Skip to content

Commit

Permalink
chore: bump version to v1.14.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Nov 17, 2023
1 parent bbcfc2f commit 01e90dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sophon-message changelog

## v1.14.0-rc3

* update venus & go-jsonrpc
* fix: not update token when http port already bind [[#367](https://github.com/ipfs-force-community/sophon-messager/pull/367)]


## v1.14.0-rc2

* chore: update venus & go-jsonrpc [[#365](https://github.com/ipfs-force-community/sophon-messager/pull/365)]
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
var (
CurrentCommit string

BuildVersion = "1.14.0-rc2"
BuildVersion = "1.14.0-rc3"

Version = BuildVersion + CurrentCommit
)

0 comments on commit 01e90dc

Please sign in to comment.