Skip to content

Commit ac92393

Browse files
chore(release): prepare v0.3.0
1 parent 887eeec commit ac92393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/bit/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
"os"
77
"strings"
88

9+
tea "github.com/charmbracelet/bubbletea"
910
"github.com/superstarryeyes/bit/ansifonts"
1011
"github.com/superstarryeyes/bit/internal/ui"
11-
tea "github.com/charmbracelet/bubbletea"
1212
)
1313

1414
func main() {
@@ -86,7 +86,7 @@ func main() {
8686
// Show version
8787
if version {
8888
fmt.Println("Bit - Terminal ANSI Logo Designer & Font Library")
89-
fmt.Println("Version: 0.2.0")
89+
fmt.Println("Version: 0.3.0")
9090
fmt.Println("https://github.com/superstarryeyes/bit")
9191
return
9292
}

0 commit comments

Comments
 (0)