mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
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:
parent
1b4b180e50
commit
84479851fe
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api"
|
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api"
|
||||||
},
|
},
|
||||||
"version": "1.8.0",
|
"version": "1.8.0-beta.1",
|
||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue