We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887eeec commit ac92393Copy full SHA for ac92393
cmd/bit/main.go
@@ -6,9 +6,9 @@ import (
6
"os"
7
"strings"
8
9
+ tea "github.com/charmbracelet/bubbletea"
10
"github.com/superstarryeyes/bit/ansifonts"
11
"github.com/superstarryeyes/bit/internal/ui"
- tea "github.com/charmbracelet/bubbletea"
12
)
13
14
func main() {
@@ -86,7 +86,7 @@ func main() {
86
// Show version
87
if version {
88
fmt.Println("Bit - Terminal ANSI Logo Designer & Font Library")
89
- fmt.Println("Version: 0.2.0")
+ fmt.Println("Version: 0.3.0")
90
fmt.Println("https://github.com/superstarryeyes/bit")
91
return
92
}
0 commit comments