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 129cf6a commit 45ffc10Copy full SHA for 45ffc10
internal/runner/banner.go
@@ -8,11 +8,11 @@ const banner = `
8
\__ \/ / __ -__ \/ __ \/ / _ \/ /_/ / / / / / / /_/ / ___/ _ \/ ___/ | / / _ \/ ___/
9
___/ / / / / / / / /_/ / / __/ __ / / / / / / ____(__ ) __/ / | |/ / __/ /
10
/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/ /_/ /_/ /_/ /____/\___/_/ |___/\___/_/
11
- /_/ - v0.0.4
+ /_/ - v0.0.5
12
`
13
14
// Version is the current version
15
-const Version = `0.0.4`
+const Version = `0.0.5`
16
17
// showBanner is used to show the banner to the user
18
func showBanner() {
0 commit comments