mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Bump version
This commit is contained in:
parent
77ab56dbf8
commit
4df1574663
2 changed files with 677 additions and 677 deletions
|
@ -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 {
|
||||
|
|
1350
embed/bindata.go
1350
embed/bindata.go
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue