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

Bump version

This commit is contained in:
Harvey Kandola 2018-10-01 18:23:47 +01:00
parent c5476d99e9
commit 1c3eef345f
3 changed files with 685 additions and 686 deletions

View file

@ -40,7 +40,7 @@ func main() {
// product details
rt.Product = env.ProdInfo{}
rt.Product.Major = "1"
rt.Product.Minor = "70"
rt.Product.Minor = "71"
rt.Product.Patch = "0"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = "Community"
@ -57,7 +57,6 @@ func main() {
// parse settings from command line and environment
rt.Flags = env.ParseFlags()
flagsOK := boot.InitRuntime(&rt, &s)
if flagsOK {
// runtime.Log = runtime.Log.SetDB(runtime.Db)
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.70.0",
"version": "1.71.0",
"description": "The Document IDE",
"private": true,
"repository": "",