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 68ed60d commit 9370857Copy full SHA for 9370857
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [3.4.2] - 2025-10-09
4
+
5
+### 🔧 Improvements
6
7
+- Fix timestamps in some datasources
8
9
## [3.4.1] - 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.1"
+const Version = "3.4.2"
// BuildVersion returns the version string for display
func BuildVersion() string {
0 commit comments