Skip to content

Commit c2c6e46

Browse files
committed
version update
1 parent d6514ee commit c2c6e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/banners.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const banner = `
1313
`
1414

1515
// Version is the current version of uncover
16-
const version = `v1.0.4-dev`
16+
const version = `v1.0.4`
1717

1818
// showBanner is used to show the banner to the user
1919
func showBanner() {
@@ -27,4 +27,4 @@ func GetUpdateCallback() func() {
2727
showBanner()
2828
updateutils.GetUpdateToolCallback("uncover", version)()
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)