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 3e49292 commit c8b1f4dCopy full SHA for c8b1f4d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v5.13.1 [2025-09-25]
2
+_Dependencies_
3
+- Upgrade `hashicorp/go-getter` and `ulikunitz/xz` packages to remediate vulnerabilities.
4
+
5
## v5.13.0 [2025-07-21]
6
_What's new?_
7
- Compiled with Go 1.24.
version/version.go
@@ -12,7 +12,7 @@ import (
12
var ProtocolVersion int64 = 20220201
13
14
// Version is the main version number that is being run at the moment.
15
-var version = "5.13.0"
+var version = "5.13.1"
16
17
// A pre-release marker for the version. If this is "" (empty string)
18
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments