We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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