0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Bump package.json version to 2.0.0-rc.1

no issue
This commit is contained in:
kirrg001 2018-08-15 02:50:45 +02:00 committed by Katharina Irrgang
parent 5d42767bfd
commit db3aa7d062
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ describe('Configuration API', function () {
// Check a few values
props.environment.should.match(/^testing/);
props.version.should.eql(require('../../../../package.json').version.replace(/.\d+$/, ''));
props.version.should.eql(require('../../../../package.json').version);
done();
}).catch(done);

View file

@ -1,6 +1,6 @@
{
"name": "ghost",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "The professional publishing platform",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",