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

Bump version

This commit is contained in:
sauls8t 2018-11-12 20:26:07 +00:00
parent 0a313be1de
commit b37f9d601f
4 changed files with 672 additions and 672 deletions

View file

@ -58,9 +58,9 @@ Space view.
## Latest version
[Community edition: v1.73.0](https://github.com/documize/community/releases)
[Community edition: v1.73.1](https://github.com/documize/community/releases)
[Enterprise edition: v1.75.0](https://documize.com/downloads)
[Enterprise edition: v1.75.1](https://documize.com/downloads)
## OS support
@ -114,7 +114,7 @@ Connect and sync Documize with any LDAP v3 compliant provider including Microsof
Documize provides out-of-the-box integration with [Redhat Keycloak](http://www.keycloak.org) for open source identity and access management.
Connect and authenticate with LDAP, Active Directory and more.
Connect and authenticate with LDAP, Active Directory or leverage Social Login.
<https://docs.documize.com>

View file

@ -41,8 +41,8 @@ func main() {
rt.Product = domain.Product{}
rt.Product.Major = "1"
rt.Product.Minor = "73"
rt.Product.Patch = "0"
rt.Product.Revision = 181111110016
rt.Product.Patch = "1"
rt.Product.Revision = 181112200338
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

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.73.0",
"version": "1.73.1",
"description": "The Document IDE",
"private": true,
"repository": "",