Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Apr 30, 2023
1 parent d6514ee commit c2c6e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/banners.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const banner = `
`

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

// showBanner is used to show the banner to the user
func showBanner() {
Expand All @@ -27,4 +27,4 @@ func GetUpdateCallback() func() {
showBanner()
updateutils.GetUpdateToolCallback("uncover", version)()
}
}
}

0 comments on commit c2c6e46

Please sign in to comment.