Skip to content

Commit 9f4715a

Browse files
committed
Bump version
1 parent d8cb69b commit 9f4715a

File tree

4 files changed

+827
-781
lines changed

4 files changed

+827
-781
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Integrations for embedding SaaS data within documents, zero add-on/marketplace f
5454

5555
## Latest Release
5656

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

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

6161
## OS support
6262

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 = "2"
4343
rt.Product.Minor = "0"
44-
rt.Product.Patch = "1"
45-
rt.Product.Revision = 190127153032
44+
rt.Product.Patch = "2"
45+
rt.Product.Revision = 190205110701
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)