mirror of
https://github.com/documize/community.git
synced 2025-07-20 21:59:42 +02:00
Bump version
This commit is contained in:
parent
c5476d99e9
commit
1c3eef345f
3 changed files with 685 additions and 686 deletions
|
@ -40,7 +40,7 @@ func main() {
|
||||||
// product details
|
// product details
|
||||||
rt.Product = env.ProdInfo{}
|
rt.Product = env.ProdInfo{}
|
||||||
rt.Product.Major = "1"
|
rt.Product.Major = "1"
|
||||||
rt.Product.Minor = "70"
|
rt.Product.Minor = "71"
|
||||||
rt.Product.Patch = "0"
|
rt.Product.Patch = "0"
|
||||||
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
|
||||||
rt.Product.Edition = "Community"
|
rt.Product.Edition = "Community"
|
||||||
|
@ -57,7 +57,6 @@ func main() {
|
||||||
// parse settings from command line and environment
|
// parse settings from command line and environment
|
||||||
rt.Flags = env.ParseFlags()
|
rt.Flags = env.ParseFlags()
|
||||||
flagsOK := boot.InitRuntime(&rt, &s)
|
flagsOK := boot.InitRuntime(&rt, &s)
|
||||||
|
|
||||||
if flagsOK {
|
if flagsOK {
|
||||||
// runtime.Log = runtime.Log.SetDB(runtime.Db)
|
// runtime.Log = runtime.Log.SetDB(runtime.Db)
|
||||||
}
|
}
|
||||||
|
|
1366
embed/bindata.go
1366
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "documize",
|
"name": "documize",
|
||||||
"version": "1.70.0",
|
"version": "1.71.0",
|
||||||
"description": "The Document IDE",
|
"description": "The Document IDE",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "",
|
"repository": "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue