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

Bump version

This commit is contained in:
Harvey Kandola 2018-11-11 16:54:47 +00:00
parent 77ab56dbf8
commit 4df1574663
2 changed files with 677 additions and 677 deletions

View file

@ -42,7 +42,7 @@ func main() {
rt.Product.Major = "1"
rt.Product.Minor = "73"
rt.Product.Patch = "0"
rt.Product.Revision = 181022154519
rt.Product.Revision = 181111110016
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)
@ -50,7 +50,7 @@ func main() {
// Setup data store.
s := store.Store{}
// Parse flags/envvars.
// Parse flags/envars.
flagsOK := false
rt.Flags, flagsOK = env.ParseFlags()
if !flagsOK {

File diff suppressed because one or more lines are too long