1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 21:29:42 +02:00

bump version

This commit is contained in:
Harvey Kandola 2016-08-02 14:41:04 +01:00
parent ab8d31ecd8
commit 253c85c700
3 changed files with 3 additions and 13223 deletions

2
.gitignore vendored
View file

@ -61,3 +61,5 @@ debug
Dockerfile Dockerfile
container.sh container.sh
make.sh make.sh
embed/bindata_assetfs.go

View file

@ -27,7 +27,7 @@ type ProdInfo struct {
func Product() (p ProdInfo) { func Product() (p ProdInfo) {
p.Major = "0" p.Major = "0"
p.Minor = "16" p.Minor = "16"
p.Patch = "0" p.Patch = "1"
p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch) p.Version = fmt.Sprintf("%s.%s.%s", p.Major, p.Minor, p.Patch)
p.Edition = "Community" p.Edition = "Community"
p.Title = fmt.Sprintf("%s Edition", p.Edition) p.Title = fmt.Sprintf("%s Edition", p.Edition)

File diff suppressed because one or more lines are too long