Skip to content

Commit 8c1a71d

Browse files
committed
feat: add 195 layer
1 parent 8002aa4 commit 8c1a71d

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
@@ -27,10 +27,11 @@ var Layers = []int{
2727
181,
2828
185,
2929
192,
30+
195,
3031
}
3132

3233
// LayerLatest is id of the latest layer.
33-
const LayerLatest = 192
34+
const LayerLatest = 195
3435

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

0 commit comments

Comments
 (0)