Skip to content

Commit 758bf07

Browse files
committed
Bump version
1 parent 479508e commit 758bf07

File tree

4 files changed

+1108
-1037
lines changed

4 files changed

+1108
-1037
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.5.0](https://github.com/documize/community/releases)
16+
[Community Edition: v2.5.1](https://github.com/documize/community/releases)
1717

18-
[Enterprise Edition: v2.5.0](https://www.documize.com/downloads)
18+
[Enterprise Edition: v2.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "2"
4343
rt.Product.Minor = "5"
44-
rt.Product.Patch = "0"
44+
rt.Product.Patch = "1"
4545
rt.Product.Revision = "190516105625"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition

0 commit comments

Comments
 (0)