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