Skip to content

Commit

Permalink
Merge pull request #87 from redraskal/feat/y9s1
Browse files Browse the repository at this point in the history
feat: Y9S1 Deimos operator
  • Loading branch information
redraskal authored Mar 3, 2024
2 parents 00593f1 + 3ea3f23 commit 2da076d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions dissect/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const (
Fenrir Operator = 288200867339
Ram Operator = 395943091136
Tubarao Operator = 288200867549
Deimos Operator = 374667787816
)

// duplicated code here could be avoided by defining a generic function accepting any Number type.
Expand Down
1 change: 1 addition & 0 deletions dissect/operator_roles.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions dissect/operator_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dissect/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const (
Y8S2 int = 7601998
Y8S3 int = 7762708
Y8S4 int = 7921866
Y9S1 int = 8111697
)

0 comments on commit 2da076d

Please sign in to comment.