Skip to content

Commit f09f138

Browse files
committed
feat: update latest layer
1 parent ee32cb8 commit f09f138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

load.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ var Layers = []int{
2020
144,
2121
145,
2222
155,
23+
158,
2324
}
2425

2526
// LayerLatest is id of the latest layer.
26-
const LayerLatest = 155
27+
const LayerLatest = 158
2728

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

0 commit comments

Comments
 (0)