Skip to content

Commit 89751af

Browse files
committed
feat: bump
1 parent 15c3c60 commit 89751af

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
@@ -26,10 +26,11 @@ var Layers = []int{
2626
170,
2727
181,
2828
185,
29+
192,
2930
}
3031

3132
// LayerLatest is id of the latest layer.
32-
const LayerLatest = 185
33+
const LayerLatest = 192
3334

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

0 commit comments

Comments
 (0)