Skip to content

Commit

Permalink
chore: set a new version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renanbastos93 authored Oct 25, 2024
1 parent bec59b4 commit 98cf6e6
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.5.3"
const Version = "v0.6.0"

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

0 comments on commit 98cf6e6

Please sign in to comment.