Skip to content

Commit

Permalink
chore: set version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbastos93 committed Jul 20, 2023
1 parent 5dc27da commit 7aecfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const Version = "v0.4.1"
const Version = "v0.5.0"

func ValidateLatestVersion() {
cmd := exec.Command("go", "list", "-m", "github.com/renanbastos93/boneless@latest")
Expand Down

0 comments on commit 7aecfb2

Please sign in to comment.