release: the next release will be 1.8.0-beta.1

The previous attempt to directly release 1.8.0 had to be hold back, and indeed
1.8.0 was never tagged.

Since 1.8.0 contains many changes, let's do a prerelease instead.

Closes #3660
This commit is contained in:
muxator 2019-11-01 10:14:08 +01:00
parent 1b4b180e50
commit 84479851fe

View file

@ -84,6 +84,6 @@
"scripts": {
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api"
},
"version": "1.8.0",
"version": "1.8.0-beta.1",
"license": "Apache-2.0"
}