Skip to content

Commit

Permalink
feat: update latest layer
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Apr 26, 2023
1 parent ee32cb8 commit f09f138
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 @@ -20,10 +20,11 @@ var Layers = []int{
144,
145,
155,
158,
}

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

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

0 comments on commit f09f138

Please sign in to comment.