Skip to content

Commit 894e8b1

Browse files
authored
chore: update goctl version (#5138)
1 parent 2ec7e43 commit 894e8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/goctl/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// BuildVersion is the version of goctl.
9-
const BuildVersion = "1.9.0-alpha"
9+
const BuildVersion = "1.9.0"
1010

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

0 commit comments

Comments
 (0)