Skip to content

Commit

Permalink
feat: up
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Mar 22, 2023
1 parent 328e4da commit e673e00
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 @@ -19,10 +19,11 @@ var Layers = []int{
139,
144,
145,
155,
}

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

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

0 comments on commit e673e00

Please sign in to comment.