We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e398e8 commit a632631Copy full SHA for a632631
utils/banner.go
@@ -14,7 +14,7 @@ var banner = `
14
╰╯╱╰┻━━━┻━━━┻╯╰┻━━┻━━━┻╯╰┻━┻╯╰╯╰┻━━┻━┻━━┻╯
15
`
16
17
-var version = "v1.0.3"
+var version = "v1.0.4"
18
19
func ShowBanner() {
20
gologger.Print().Msgf("%s\n", banner)
0 commit comments