Skip to content

Commit

Permalink
update goctl version to 1.2.1 (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Sep 14, 2021
1 parent e837693 commit 2bd95aa
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.2.0"
const BuildVersion = "1.2.1"

// GetGoctlVersion returns BuildVersion
func GetGoctlVersion() string {
Expand Down

0 comments on commit 2bd95aa

Please sign in to comment.