mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-01 12:22:25 +00:00
Begin v1.17
This commit is contained in:
parent
f6d70f4d53
commit
44abd93888
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Picocrypt v1.16
|
Picocrypt v1.17
|
||||||
Copyright (c) Evan Su (https://evansu.cc)
|
Copyright (c) Evan Su (https://evansu.cc)
|
||||||
Released under a GNU GPL v3 License
|
Released under a GNU GPL v3 License
|
||||||
https://github.com/HACKERALERT/Picocrypt
|
https://github.com/HACKERALERT/Picocrypt
|
||||||
|
@ -70,7 +70,7 @@ import (
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var version = "v1.16"
|
var version = "v1.17"
|
||||||
|
|
||||||
//go:embed NotoSans-Regular.ttf
|
//go:embed NotoSans-Regular.ttf
|
||||||
var font []byte
|
var font []byte
|
||||||
|
|
Loading…
Reference in a new issue