Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46cd497

Browse files
committedNov 19, 2021
remove the alpha suffix
1 parent e72f683 commit 46cd497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
defaultVersionString = "0.0.0-git"
2424
versionString = ""
2525
commit = ""
26-
status = "alpha"
26+
status = ""
2727
date = ""
2828
tr = i18n.Tr
2929
)

0 commit comments

Comments
 (0)
Please sign in to comment.