From ab8b727e78935bbb1f97c68ab552f37271813eb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 May 2023 10:12:38 +0000 Subject: [PATCH] chore(release): 1.68.3 [skip ci] ## [1.68.3](https://github.com/33cn/plugin/compare/v1.68.2...v1.68.3) (2023-05-24) ### Bug Fixes * fix evm nonce rollback ([3609b74](https://github.com/33cn/plugin/commit/3609b74)) --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- version/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 683622d76..66741d1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ changelog + +## [1.68.3](https://github.com/33cn/plugin/compare/v1.68.2...v1.68.3) (2023-05-24) + + +### Bug Fixes + +* fix evm nonce rollback ([3609b74](https://github.com/33cn/plugin/commit/3609b74)) + ## [1.68.2](https://github.com/33cn/plugin/compare/v1.68.1...v1.68.2) (2023-03-16) diff --git a/README.md b/README.md index cac8c988d..876f131a0 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.2) +# chain33 官方插件系统(v1.68.3) * chain33地址: https://github.com/33cn/chain33 * chain33官网: https://chain.33.cn diff --git a/version/version.go b/version/version.go index 570e42bc7..a7196f107 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( //var version control var ( - Version = "1.68.2" + Version = "1.68.3" GitCommit string BuildTime string // GoVersion system go version