We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab32045 commit ab62ecaCopy full SHA for ab62eca
1 file changed
draw/init.go
@@ -8,7 +8,7 @@ import (
8
"strings"
9
)
10
11
-const VERSION = "v1.0.0"
+const VERSION = "v1.0.1"
12
const FontUrl = "https://raw.githubusercontent.com/hellflame/terminal_printer/" +
13
"808004a7cd41b4383bfe6aa310c491c69d9b2556/fonts/"
14
const FillLength = 224
0 commit comments