diff --git a/src/unstable/Picocrypt.go b/src/unstable/Picocrypt.go index 4c3cab5..45dbe80 100644 --- a/src/unstable/Picocrypt.go +++ b/src/unstable/Picocrypt.go @@ -2,7 +2,7 @@ package main /* -Picocrypt v1.16 +Picocrypt v1.17 Copyright (c) Evan Su (https://evansu.cc) Released under a GNU GPL v3 License https://github.com/HACKERALERT/Picocrypt @@ -70,7 +70,7 @@ import ( ) -var version = "v1.16" +var version = "v1.17" //go:embed NotoSans-Regular.ttf var font []byte