Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sauls8t committed Nov 12, 2018
1 parent 0a313be commit b37f9d6
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 672 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit b37f9d6

Please sign in to comment.