Skip to content

Commit

Permalink
feat: add 195 layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 17, 2024
1 parent 8002aa4 commit 8c1a71d
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 @@ -27,10 +27,11 @@ var Layers = []int{
181,
185,
192,
195,
}

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

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

0 comments on commit 8c1a71d

Please sign in to comment.