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

Bump version and update NOTICES

This commit is contained in:
Harvey Kandola 2019-04-09 13:24:42 +01:00
parent b5a5cfd697
commit fa383a58ff
6 changed files with 746 additions and 746 deletions

View file

@ -2515,7 +2515,7 @@ https:///github.com/trivago/tgo
limitations under the License.
https://github.com/denisenkom/go-mssq
https://github.com/denisenkom/go-mssqldb
Copyright (c) 2012 The Go Authors. All rights reserved.

View file

@ -49,7 +49,7 @@ Heck, Documize will probably run just fine on a Raspberry Pi.
## Technology Stack
- Go (v1.12.1)
- Go (v1.12.2)
- Ember JS (v3.8.0)
## Authentication Options

View file

@ -40,9 +40,9 @@ func main() {
// product details
rt.Product = domain.Product{}
rt.Product.Major = "2"
rt.Product.Minor = "2"
rt.Product.Patch = "1"
rt.Product.Revision = "190325132517"
rt.Product.Minor = "3"
rt.Product.Patch = "0"
rt.Product.Revision = "190409124440"
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

View file

@ -2517,7 +2517,7 @@ https:///github.com/trivago/tgo
limitations under the License.
https://github.com/denisenkom/go-mssq
https://github.com/denisenkom/go-mssqldb
Copyright (c) 2012 The Go Authors. All rights reserved.

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "2.2.1",
"version": "2.3.0",
"description": "The Document IDE",
"repository": "",
"license": "AGPL",