Skip to content

Commit

Permalink
Update Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtin Hsu committed Dec 21, 2023
1 parent aab443d commit f99fa8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ package cli

import (
"fmt"
"github.com/xiecat/fofax/internal/printer"
"strings"

"github.com/xiecat/fofax/internal/printer"

"github.com/fatih/color"
)

var (
FoFaXVersion = "0.1.44"
FoFaXVersion = "0.1.47"
Commit = "unknown"
Date = "2022-01-01T01:01:01Z"
Date = "2023-12-21T17:14:09Z"
Branch = "unknown"
)

Expand Down

0 comments on commit f99fa8e

Please sign in to comment.