Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyKandola committed Nov 21, 2018
1 parent 7428199 commit a7e5280
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 671 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Space view.

## Latest Release

[Community Edition: v1.76.1](https://github.com/documize/community/releases)
[Community Edition: v1.76.2](https://github.com/documize/community/releases)

[Enterprise Edition: v1.76.1](https://documize.com/downloads)
[Enterprise Edition: v1.76.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 = "1"
rt.Product.Minor = "76"
rt.Product.Patch = "1"
rt.Product.Revision = 181116171324
rt.Product.Patch = "2"
rt.Product.Revision = 181121115333
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
1,332 changes: 666 additions & 666 deletions embed/bindata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.76.1",
"version": "1.76.2",
"description": "The Document IDE",
"private": true,
"repository": "",
Expand Down

0 comments on commit a7e5280

Please sign in to comment.