Skip to content

Commit d009e4e

Browse files
committed
Make setup process use new isEmail helper
1 parent 54bf258 commit d009e4e

File tree

3 files changed

+720
-720
lines changed

3 files changed

+720
-720
lines changed

edition/community.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
rt.Product.Major = "2"
4343
rt.Product.Minor = "1"
4444
rt.Product.Patch = "0"
45-
rt.Product.Revision = "190303131357"
45+
rt.Product.Revision = "190303175106"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

0 commit comments

Comments
 (0)