Skip to content

Commit

Permalink
Sync'ed versions between EE & CE
Browse files Browse the repository at this point in the history
Both sit @ 1.76.0
  • Loading branch information
sauls8t committed Nov 13, 2018
1 parent 7e959b4 commit b1865b2
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 688 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
>
> Harvey Kandola, CEO & Founder, Documize Inc.
## The mission
## The Mission

To bring software development inspired features to the world of documenting -- refactoring, importing, testing, linting, metrics, PRs, versioning....

Expand Down Expand Up @@ -56,11 +56,11 @@ Space view.

![Documize](screenshot-2.png "Documize")

## Latest version
## Latest Release

[Community edition: v1.73.1](https://github.com/documize/community/releases)
[Community Edition: v1.76.0](https://github.com/documize/community/releases)

[Enterprise edition: v1.75.1](https://documize.com/downloads)
[Enterprise Edition: v1.76.0](https://documize.com/downloads)

## OS support

Expand All @@ -72,7 +72,7 @@ Documize can be installed and run on:

Heck, Documize will probably run just fine on a Raspberry Pi 3.

## Database support
## Database Support

Documize supports the following database systems:

Expand All @@ -83,7 +83,7 @@ Documize supports the following database systems:

Coming soon: Microsoft SQL Server 2017 (Linux/Windows).

## Browser support
## Browser Support

Documize supports the following (evergreen) browsers:

Expand All @@ -95,14 +95,14 @@ Documize supports the following (evergreen) browsers:
- Opera
- MS Edge (16+)

## Technology stack
## Technology Stack

Documize is built with the following technologies:

- EmberJS (v3.1.2)
- Go (v1.11.2)

## Authentication options
## Authentication Options

Besides email/password login, you can also leverage the following options.

Expand Down Expand Up @@ -132,7 +132,7 @@ We try to follow sound advice when writing commit messages:

https://chris.beams.io/posts/git-commit/

## The legal bit
## The Legal Bit

<https://documize.com>

Expand Down
6 changes: 3 additions & 3 deletions edition/community.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func main() {
// product details
rt.Product = domain.Product{}
rt.Product.Major = "1"
rt.Product.Minor = "73"
rt.Product.Patch = "1"
rt.Product.Revision = 181112200338
rt.Product.Minor = "76"
rt.Product.Patch = "0"
rt.Product.Revision = 181113144232
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 b1865b2

Please sign in to comment.