Skip to content

Commit 64cd76b

Browse files
committed
feat: update layers
1 parent eac7b88 commit 64cd76b

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
@@ -18,10 +18,11 @@ var Layers = []int{
1818
138,
1919
139,
2020
144,
21+
145,
2122
}
2223

2324
// LayerLatest is id of the latest layer.
24-
const LayerLatest = 144
25+
const LayerLatest = 145
2526

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

0 commit comments

Comments
 (0)