Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmatts committed Feb 5, 2019
1 parent d8cb69b commit 9f4715a
Show file tree
Hide file tree
Showing 4 changed files with 827 additions and 781 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Integrations for embedding SaaS data within documents, zero add-on/marketplace f

## Latest Release

[Community Edition: v2.0.1](https://github.com/documize/community/releases)
[Community Edition: v2.0.2](https://github.com/documize/community/releases)

[Enterprise Edition: v2.0.1](https://documize.com/downloads)
[Enterprise Edition: v2.0.2](https://documize.com/downloads)

## OS support

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 = "2"
rt.Product.Minor = "0"
rt.Product.Patch = "1"
rt.Product.Revision = 190127153032
rt.Product.Patch = "2"
rt.Product.Revision = 190205110701
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 9f4715a

Please sign in to comment.