Skip to content

Commit 9a8122b

Browse files
committed
feat: set latest layer
1 parent d26fdf6 commit 9a8122b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

load.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ import (
1515
var Layers = []int{
1616
121,
1717
133,
18+
138,
19+
139,
1820
}
1921

20-
// LayerLatest is id of latest layer.
21-
const LayerLatest = 133
22+
// LayerLatest is id of the latest layer.
23+
const LayerLatest = 139
2224

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

0 commit comments

Comments
 (0)