Skip to content

Commit b37f9d6

Browse files
committed
Bump version
1 parent 0a313be commit b37f9d6

File tree

4 files changed

+672
-672
lines changed

4 files changed

+672
-672
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ Space view.
5858

5959
## Latest version
6060

61-
[Community edition: v1.73.0](https://github.com/documize/community/releases)
61+
[Community edition: v1.73.1](https://github.com/documize/community/releases)
6262

63-
[Enterprise edition: v1.75.0](https://documize.com/downloads)
63+
[Enterprise edition: v1.75.1](https://documize.com/downloads)
6464

6565
## OS support
6666

@@ -114,7 +114,7 @@ Connect and sync Documize with any LDAP v3 compliant provider including Microsof
114114

115115
Documize provides out-of-the-box integration with [Redhat Keycloak](http://www.keycloak.org) for open source identity and access management.
116116

117-
Connect and authenticate with LDAP, Active Directory and more.
117+
Connect and authenticate with LDAP, Active Directory or leverage Social Login.
118118

119119
<https://docs.documize.com>
120120

edition/community.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func main() {
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "1"
4343
rt.Product.Minor = "73"
44-
rt.Product.Patch = "0"
45-
rt.Product.Revision = 181111110016
44+
rt.Product.Patch = "1"
45+
rt.Product.Revision = 181112200338
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = fmt.Sprintf("%s Edition", rt.Product.Edition)

0 commit comments

Comments
 (0)