Skip to content

Commit 0b017a6

Browse files
committed
feat: update layer list
1 parent e9f385f commit 0b017a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

load.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ var Layers = []int{
2424
164,
2525
167,
2626
170,
27+
181,
28+
185,
2729
}
2830

2931
// LayerLatest is id of the latest layer.
30-
const LayerLatest = 170
32+
const LayerLatest = 185
3133

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

0 commit comments

Comments
 (0)