Skip to content

Commit 4e37796

Browse files
committed
Version bump: 3.0.0
1 parent 2d2b8cd commit 4e37796

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ Push your local development database backup up to staging:
5959

6060
staging restore development
6161

62-
Deploy master to production:
62+
Deploy master to production (note that prior versions of Parity would run
63+
database migrations, that's now better handled using [Heroku release phase]):
6364

6465
production deploy
6566

67+
[Heroku release phase]: https://devcenter.heroku.com/articles/release-phase
68+
6669
Deploy the current branch to staging:
6770

6871
staging deploy

lib/parity/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Parity
2-
VERSION = "2.4.0".freeze
2+
VERSION = "3.0.0".freeze
33
end

0 commit comments

Comments
 (0)