Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir committed Feb 10, 2025
1 parent 3ee62bc commit fe54f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/runner/banner.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 cloudlist
const version = `1.1.0`
const version = `1.2.0`

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

0 comments on commit fe54f85

Please sign in to comment.