Skip to content

Commit 2fffb78

Browse files
committed
Bump version
1 parent 82ed364 commit 2fffb78

File tree

4 files changed

+787
-787
lines changed

4 files changed

+787
-787
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant
1313

1414
## Latest Release
1515

16-
[Community Edition: v2.3.0](https://github.com/documize/community/releases)
16+
[Community Edition: v2.3.1](https://github.com/documize/community/releases)
1717

18-
[Enterprise Edition: v2.3.0](https://www.documize.com/downloads)
18+
[Enterprise Edition: v2.3.1](https://www.documize.com/downloads)
1919

2020
> *We provide frequent product updates for both cloud and self-hosted customers.*
2121
>

edition/community.go

Lines changed: 2 additions & 2 deletions
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 = "3"
44-
rt.Product.Patch = "0"
45-
rt.Product.Revision = "190409124440"
44+
rt.Product.Patch = "1"
45+
rt.Product.Revision = "190411165656"
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)