From 4e3779665624f5dda16989f6f5f76af9c6255b5b Mon Sep 17 00:00:00 2001 From: Geoff Harcourt Date: Mon, 1 Oct 2018 20:55:44 -0400 Subject: [PATCH] Version bump: 3.0.0 --- README.md | 5 ++++- lib/parity/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac46086..a5e599f 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,13 @@ Push your local development database backup up to staging: staging restore development -Deploy master to production: +Deploy master to production (note that prior versions of Parity would run +database migrations, that's now better handled using [Heroku release phase]): production deploy +[Heroku release phase]: https://devcenter.heroku.com/articles/release-phase + Deploy the current branch to staging: staging deploy diff --git a/lib/parity/version.rb b/lib/parity/version.rb index 26cbbe1..02a0b1d 100644 --- a/lib/parity/version.rb +++ b/lib/parity/version.rb @@ -1,3 +1,3 @@ module Parity - VERSION = "2.4.0".freeze + VERSION = "3.0.0".freeze end