diff --git a/CHANGELOG.md b/CHANGELOG.md index 005b5af86..683622d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ changelog + +## [1.68.2](https://github.com/33cn/plugin/compare/v1.68.1...v1.68.2) (2023-03-16) + + +### Bug Fixes + +* init evm exec address with format ([36e8875](https://github.com/33cn/plugin/commit/36e8875)) + ## [1.68.1](https://github.com/33cn/plugin/compare/v1.68.0...v1.68.1) (2023-03-14) diff --git a/README.md b/README.md index cb622bf7c..cac8c988d 100644 --- a/README.md +++ b/README.md @@ -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.1) +# chain33 官方插件系统(v1.68.2) * chain33地址: https://github.com/33cn/chain33 * chain33官网: https://chain.33.cn diff --git a/version/version.go b/version/version.go index a7136010a..570e42bc7 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( //var version control var ( - Version = "1.68.1" + Version = "1.68.2" GitCommit string BuildTime string // GoVersion system go version