From 8c1a71dbadec13fb5fc1858f02b79210126e30ca Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Tue, 17 Dec 2024 10:49:39 +0300 Subject: [PATCH] feat: add 195 layer --- load.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/load.go b/load.go index 6f520de..eaa9c40 100644 --- a/load.go +++ b/load.go @@ -27,10 +27,11 @@ var Layers = []int{ 181, 185, 192, + 195, } // LayerLatest is id of the latest layer. -const LayerLatest = 192 +const LayerLatest = 195 // LayerExists returns true if layer is included in package. func LayerExists(layer int) bool {