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

Upgraded to latest JS SPA release

This commit is contained in:
Harvey Kandola 2017-07-14 12:58:33 +01:00
parent 7397812307
commit a8e8d141d2
9 changed files with 666 additions and 679 deletions

View file

@ -34,8 +34,8 @@ var Product core.ProdInfo
func init() {
Product.Major = "1"
Product.Minor = "48"
Product.Patch = "2"
Product.Minor = "49"
Product.Patch = "0"
Product.Version = fmt.Sprintf("%s.%s.%s", Product.Major, Product.Minor, Product.Patch)
Product.Edition = "Community"
Product.Title = fmt.Sprintf("%s Edition", Product.Edition)

View file

@ -83,6 +83,8 @@ func init() {
}
}
fmt.Println(Db.DriverName())
return false // value not changed
})
}