Skip to content

Commit

Permalink
chore: update goctl version to 1.3.8 (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Jun 6, 2022
1 parent 4d34998 commit 2c6b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// BuildVersion is the version of goctl.
const BuildVersion = "1.3.7"
const BuildVersion = "1.3.8"

var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}

Expand Down

0 comments on commit 2c6b422

Please sign in to comment.