We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df55fe commit e1400bdCopy full SHA for e1400bd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [3.4.1] - 2025-10-09
4
+
5
+### 🔧 Improvements
6
7
+- Fix firehose block ordering issues
8
9
## [3.4.0] - 2025-10-09
10
11
### 🔧 Improvements
pkg/version/version.go
@@ -1,7 +1,7 @@
package version
// Version represents the current version of Ergs
-const Version = "3.4.0"
+const Version = "3.4.1"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments