Skip to content

Commit

Permalink
Version bump: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffharcourt committed Oct 2, 2018
1 parent 2d2b8cd commit 4e37796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/parity/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Parity
VERSION = "2.4.0".freeze
VERSION = "3.0.0".freeze
end

0 comments on commit 4e37796

Please sign in to comment.