Skip to content

Commit

Permalink
Added version 8 of Expand operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Swopper050 committed Dec 23, 2024
1 parent bc860b6 commit 27b3ff2
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 27b3ff2

Please sign in to comment.