Skip to content

Commit e673e00

Browse files
committed
feat: up
1 parent 328e4da commit e673e00

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
@@ -19,10 +19,11 @@ var Layers = []int{
1919
139,
2020
144,
2121
145,
22+
155,
2223
}
2324

2425
// LayerLatest is id of the latest layer.
25-
const LayerLatest = 145
26+
const LayerLatest = 155
2627

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

0 commit comments

Comments
 (0)