Skip to content

Commit

Permalink
add 5.0.1 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismarget-j committed Dec 9, 2024
1 parent eb58936 commit 464b5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apstra/compatibility/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const (
apstra4211 = "4.2.1.1"
apstra422 = "4.2.2"
apstra500 = "5.0.0"
apstra501 = "5.0.1"
)

var (
Expand All @@ -31,5 +32,6 @@ func SupportedApiVersions() []string {
apstra4211,
apstra422,
apstra500,
apstra501,
}
}

0 comments on commit 464b5fc

Please sign in to comment.