1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Build number refresh

This commit is contained in:
sauls8t 2019-09-17 11:13:34 +01:00
parent 6629d76453
commit 00889f0e0e
3 changed files with 1060 additions and 1059 deletions

View file

@ -313,7 +313,8 @@ func (s Store) matchFullText(ctx domain.RequestContext, keywords, itemType strin
ctx.OrgID,
ctx.UserID,
ctx.OrgID,
ctx.UserID)
ctx.UserID,
keywords)
if err == sql.ErrNoRows {
err = nil

View file

@ -42,7 +42,7 @@ func main() {
rt.Product.Major = "3"
rt.Product.Minor = "3"
rt.Product.Patch = "0"
rt.Product.Revision = "190912141927"
rt.Product.Revision = "190916092538"
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)

File diff suppressed because one or more lines are too long