chore: add protocol v6.0
chore: add action
This commit is contained in:
parent
399e8ccb0c
commit
79f25e8b33
2 changed files with 16 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue