Skip to content

Commit 674f087

Browse files
committed
Add new layer
1 parent b046f35 commit 674f087

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
@@ -28,10 +28,11 @@ var Layers = []int{
2828
185,
2929
192,
3030
195,
31+
208,
3132
}
3233

3334
// LayerLatest is id of the latest layer.
34-
const LayerLatest = 195
35+
const LayerLatest = 208
3536

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

0 commit comments

Comments
 (0)