Skip to content

Commit

Permalink
chore(release): 1.68.1 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.68.1"></a>
## [1.68.1](v1.68.0...v1.68.1) (2023-03-14)

### Bug Fixes

* fix rpc config for parachain ([cd9ad35](cd9ad35))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent cd9ad35 commit a2f1d80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
changelog

<a name="1.68.1"></a>
## [1.68.1](https://github.com/33cn/plugin/compare/v1.68.0...v1.68.1) (2023-03-14)


### Bug Fixes

* fix rpc config for parachain ([cd9ad35](https://github.com/33cn/plugin/commit/cd9ad35))

<a name="1.68.0"></a>
# [1.68.0](https://github.com/33cn/plugin/compare/v1.67.6...v1.68.0) (2023-02-21)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/6874
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/33cn/plugin?svg=true&branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20failed&pendingText=Windows%20-%20pending)](https://ci.appveyor.com/project/33cn/plugin)
[![codecov](https://codecov.io/gh/33cn/plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/33cn/plugin)

# chain33 官方插件系统(v1.68.0
# chain33 官方插件系统(v1.68.1

* chain33地址: https://github.com/33cn/chain33
* chain33官网: https://chain.33.cn
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

//var version control
var (
Version = "1.68.0"
Version = "1.68.1"
GitCommit string
BuildTime string
// GoVersion system go version
Expand Down

0 comments on commit a2f1d80

Please sign in to comment.