Skip to content

Commit

Permalink
Merge pull request #232 from Swopper050/231-expand8
Browse files Browse the repository at this point in the history
Added version 8 of Expand operator
  • Loading branch information
wipsel authored Dec 23, 2024
2 parents bc860b6 + 27b3ff2 commit 04118c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/expand/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
)

var expandVersions = ops.OperatorVersions{
8: ops.NewOperatorConstructor(newExpand, 8, expandTypeConstraints),
13: ops.NewOperatorConstructor(newExpand, 13, expandTypeConstraints),
}

Expand Down

0 comments on commit 04118c7

Please sign in to comment.