1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 18:49:43 +02:00

Chaneg build number data type to string

Fixes #198
This commit is contained in:
Harvey Kandola 2019-02-10 13:12:17 +00:00
parent 9f4715a494
commit bbed3e5a08
11 changed files with 770 additions and 766 deletions

View file

@ -95,7 +95,7 @@ type Product struct {
Major string
Minor string
Patch string
Revision int
Revision string
// UserCount is number of users within Documize instance by tenant.
UserCount map[string]int