Skip to content

Commit a7abb82

Browse files
committed
feat: add 144
1 parent 3c0a3de commit a7abb82

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
@@ -17,10 +17,11 @@ var Layers = []int{
1717
133,
1818
138,
1919
139,
20+
144,
2021
}
2122

2223
// LayerLatest is id of the latest layer.
23-
const LayerLatest = 139
24+
const LayerLatest = 144
2425

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

0 commit comments

Comments
 (0)