Skip to content

Commit c8b1f4d

Browse files
committed
v5.13.1
1 parent 3e49292 commit c8b1f4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## v5.13.0 [2025-07-21]
26
_What's new?_
37
- Compiled with Go 1.24.

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var ProtocolVersion int64 = 20220201
1313

1414
// Version is the main version number that is being run at the moment.
15-
var version = "5.13.0"
15+
var version = "5.13.1"
1616

1717
// A pre-release marker for the version. If this is "" (empty string)
1818
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)