1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

Draft documents always visible to editors when space lifecycle set to Draft mode

This commit is contained in:
Harvey Kandola 2018-05-14 11:52:51 +01:00
parent 9724f85653
commit f5b196c334
6 changed files with 688 additions and 744 deletions

View file

@ -42,7 +42,7 @@ func main() {
rt.Product = env.ProdInfo{}
rt.Product.Major = "1"
rt.Product.Minor = "64"
rt.Product.Patch = "3"
rt.Product.Patch = "4"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = "Community"
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)