Skip to content

Commit ca0c2c6

Browse files
chore(release): 1.68.2 [skip ci]
<a name="1.68.2"></a> ## [1.68.2](v1.68.1...v1.68.2) (2024-04-12) ### Bug Fixes * add format eth address fork ([ee8af86](ee8af86))
1 parent 95a8b16 commit ca0c2c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
changelog
22

3+
<a name="1.68.2"></a>
4+
## [1.68.2](https://github.com/33cn/chain33/compare/v1.68.1...v1.68.2) (2024-04-12)
5+
6+
7+
### Bug Fixes
8+
9+
* add format eth address fork ([ee8af86](https://github.com/33cn/chain33/commit/ee8af86))
10+
311
<a name="1.68.1"></a>
412
## [1.68.1](https://github.com/33cn/chain33/compare/v1.68.0...v1.68.1) (2023-09-12)
513

common/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package version
77

88
//Version chain33 version
9-
var Version = "1.68.1"
9+
var Version = "1.68.2"
1010

1111
//var version key
1212
var (

0 commit comments

Comments
 (0)