We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6514ee commit c2c6e46Copy full SHA for c2c6e46
runner/banners.go
@@ -13,7 +13,7 @@ const banner = `
13
`
14
15
// Version is the current version of uncover
16
-const version = `v1.0.4-dev`
+const version = `v1.0.4`
17
18
// showBanner is used to show the banner to the user
19
func showBanner() {
@@ -27,4 +27,4 @@ func GetUpdateCallback() func() {
27
showBanner()
28
updateutils.GetUpdateToolCallback("uncover", version)()
29
}
30
-}
+}
0 commit comments