Skip to content

Commit

Permalink
feat: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 28, 2024
1 parent 15c3c60 commit 89751af
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 @@ -26,10 +26,11 @@ var Layers = []int{
170,
181,
185,
192,
}

// LayerLatest is id of the latest layer.
const LayerLatest = 185
const LayerLatest = 192

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

0 comments on commit 89751af

Please sign in to comment.