Skip to content

Commit

Permalink
feat: update layers
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Mar 2, 2023
1 parent eac7b88 commit 64cd76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion load.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ var Layers = []int{
138,
139,
144,
145,
}

// LayerLatest is id of the latest layer.
const LayerLatest = 144
const LayerLatest = 145

// LayerExists returns true if layer is included in package.
func LayerExists(layer int) bool {
Expand Down

0 comments on commit 64cd76b

Please sign in to comment.