Skip to content

Commit 45ffc10

Browse files
committed
version update
1 parent 129cf6a commit 45ffc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/runner/banner.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const banner = `
88
\__ \/ / __ -__ \/ __ \/ / _ \/ /_/ / / / / / / /_/ / ___/ _ \/ ___/ | / / _ \/ ___/
99
___/ / / / / / / / /_/ / / __/ __ / / / / / / ____(__ ) __/ / | |/ / __/ /
1010
/____/_/_/ /_/ /_/ .___/_/\___/_/ /_/ /_/ /_/ /_/ /____/\___/_/ |___/\___/_/
11-
/_/ - v0.0.4
11+
/_/ - v0.0.5
1212
`
1313

1414
// Version is the current version
15-
const Version = `0.0.4`
15+
const Version = `0.0.5`
1616

1717
// showBanner is used to show the banner to the user
1818
func showBanner() {

0 commit comments

Comments
 (0)