diff --git a/main.go b/main.go index 9a9c673..8b2c5f0 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ const ( // CACHE_KEY is the name of the cache folder CACHE_KEY = "awesome" // VERSION of the cli - VERSION = "0.5.0" + VERSION = "0.6.0" ) func main() {