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 675c435 commit cfa64cdCopy full SHA for cfa64cd
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.25.2
2
* Fixed repeater initial force timeout from 500 to 0.5 second
3
4
## v3.25.1
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "25"
6
- VersionPatch = "1"
+ VersionPatch = "2"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments