Skip to content

Commit 9370857

Browse files
committed
Bump version v3.4.2
1 parent 68ed60d commit 9370857

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.2] - 2025-10-09
4+
5+
### 🔧 Improvements
6+
7+
- Fix timestamps in some datasources
8+
39
## [3.4.1] - 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.1"
4+
const Version = "3.4.2"
55

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

0 commit comments

Comments
 (0)