From 04880cba187ebf7472873ddc94a1ac6330f1a786 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Tue, 10 Aug 2021 23:35:18 -0400 Subject: [PATCH] Finalize v1.16 --- src/unstable/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unstable/Picocrypt.go b/src/unstable/Picocrypt.go index 4e693e9..a0d5f4f 100644 --- a/src/unstable/Picocrypt.go +++ b/src/unstable/Picocrypt.go @@ -70,7 +70,7 @@ import ( ) -var version = "v1.15" +var version = "v1.16" //go:embed NotoSans-Regular.ttf var font []byte