chore: add protocol v6.0

chore: add action
This commit is contained in:
Marcel S. Henselin 2026-02-10 18:04:54 +01:00
parent 399e8ccb0c
commit 79f25e8b33
2 changed files with 16 additions and 6 deletions

View file

@ -143,7 +143,7 @@ func (p *Provider) createVersionsFile() error {
// Build the versions file...
version := Version{
Version: p.Version,
Protocols: []string{"5.1"},
Protocols: []string{"5.1", "6.0"},
Platforms: nil,
}
for _, sum := range shasums {