Skip to content

Commit

Permalink
fix logo version
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Oct 16, 2023
1 parent 824747f commit aeda154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logo/logo.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ func Build(version string) string {
pkupLayers[3], pterm.Bold.Sprint(pterm.LightRed(genLayers[3])), "\n",
pkupLayers[4], pterm.Bold.Sprint(pterm.LightRed(genLayers[4])), "\n",
pkupLayers[5], pterm.Bold.Sprint(pterm.LightRed(genLayers[5])), "\n",
pkupLayers[6], pterm.Bold.Sprint(pterm.LightRed(genLayers[6])), pterm.Bold.Sprint(pterm.Gray("v", version)),
pkupLayers[6], pterm.Bold.Sprint(pterm.LightRed(genLayers[6])), pterm.Bold.Sprint(pterm.Gray(version)),
)
}

0 comments on commit aeda154

Please sign in to comment.