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:
parent
7397812307
commit
a8e8d141d2
9 changed files with 666 additions and 679 deletions
|
@ -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)
|
||||
|
|
|
@ -83,6 +83,8 @@ func init() {
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Println(Db.DriverName())
|
||||
|
||||
return false // value not changed
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue