Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: y9s2 ops #95

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dissect/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ const (
Ram Operator = 395943091136
Tubarao Operator = 288200867549
Deimos Operator = 374667787816
Striker Operator = 409899350463
Sentry Operator = 409899350403
)

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

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

6 changes: 5 additions & 1 deletion 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 @@ -10,4 +10,5 @@ const (
Y8S4 int = 7921866
Y9S1 int = 8111697
Y9S1Update3 int = 8211379
Y9S2 int = 8303162
)
Loading