Skip to content

Commit

Permalink
Make setup process use new isEmail helper
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Mar 3, 2019
1 parent 54bf258 commit d009e4e
Show file tree
Hide file tree
Showing 3 changed files with 720 additions and 720 deletions.
2 changes: 1 addition & 1 deletion edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
rt.Product.Major = "2"
rt.Product.Minor = "1"
rt.Product.Patch = "0"
rt.Product.Revision = "190303131357"
rt.Product.Revision = "190303175106"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = domain.CommunityEdition
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)
Expand Down
Loading

0 comments on commit d009e4e

Please sign in to comment.