From 98cf6e62447626607b30e463190b7873acdb9b26 Mon Sep 17 00:00:00 2001 From: Renan Bastos Date: Fri, 25 Oct 2024 10:23:02 -0300 Subject: [PATCH] chore: set a new version 0.6.0 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index d136b28..9e6be06 100644 --- a/internal/version.go +++ b/internal/version.go @@ -7,7 +7,7 @@ import ( "strings" ) -const Version = "v0.5.3" +const Version = "v0.6.0" func ValidateLatestVersion() { cmd := exec.Command("go", "list", "-m", "github.com/renanbastos93/boneless@latest")