Skip to content

Commit e1400bd

Browse files
committed
Bump version v3.4.1
1 parent 0df55fe commit e1400bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [3.4.1] - 2025-10-09
4+
5+
### 🔧 Improvements
6+
7+
- Fix firehose block ordering issues
8+
39
## [3.4.0] - 2025-10-09
410

511
### 🔧 Improvements

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version represents the current version of Ergs
4-
const Version = "3.4.0"
4+
const Version = "3.4.1"
55

66
// BuildVersion returns the version string for display
77
func BuildVersion() string {

0 commit comments

Comments
 (0)