We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc0406 commit 2581acbCopy full SHA for 2581acb
CHANGELOG.md
@@ -1,5 +1,14 @@
1
changelog
2
3
+<a name="1.67.1"></a>
4
+## [1.67.1](https://github.com/33cn/chain33/compare/v1.67.0...v1.67.1) (2022-03-28)
5
+
6
7
+### Bug Fixes
8
9
+* fix 32 bit machine build ([a494d18](https://github.com/33cn/chain33/commit/a494d18))
10
+* update patch version ([c0c2d0b](https://github.com/33cn/chain33/commit/c0c2d0b))
11
12
<a name="1.67.0"></a>
13
# [1.67.0](https://github.com/33cn/chain33/compare/v1.66.5...v1.67.0) (2022-03-21)
14
common/version/version.go
@@ -6,7 +6,7 @@
package version
//Version chain33 version
-var Version = "1.67.0"
+var Version = "1.67.1"
//var version key
var (
0 commit comments