mirror of
https://github.com/documize/community.git
synced 2025-07-21 06:09:42 +02:00
Bump version
This commit is contained in:
parent
0a313be1de
commit
b37f9d601f
4 changed files with 672 additions and 672 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
1332
embed/bindata.go
1332
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "1.73.0",
|
||||
"version": "1.73.1",
|
||||
"description": "The Document IDE",
|
||||
"private": true,
|
||||
"repository": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue