Skip to content

Commit 34bc9fa

Browse files
chore(release): 1.68.1 [skip ci]
<a name="1.68.1"></a> ## [1.68.1](v1.68.0...v1.68.1) (2023-09-12) ### Bug Fixes * update go-libp2p dependency to v0.23.4 ([88be560](88be560))
1 parent aba5e9f commit 34bc9fa

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.1"></a>
4+
## [1.68.1](https://github.com/33cn/chain33/compare/v1.68.0...v1.68.1) (2023-09-12)
5+
6+
7+
### Bug Fixes
8+
9+
* update go-libp2p dependency to v0.23.4 ([88be560](https://github.com/33cn/chain33/commit/88be560))
10+
311
<a name="1.68.0"></a>
412
# [1.68.0](https://github.com/33cn/chain33/compare/v1.67.5...v1.68.0) (2023-02-17)
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.0"
9+
var Version = "1.68.1"
1010

1111
//var version key
1212
var (

0 commit comments

Comments
 (0)