diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-30 17:52:08 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-10-30 17:52:08 +0100 |
commit | 1c448d647488dc3dd3b72e9fe15efb971612157c (patch) | |
tree | 2b31e4ed019a29043aa07d9d95e7f8b64e309bbd /lib | |
parent | 7e18e95716052d5566f2e31559cbe4a68268f493 (diff) | |
parent | 66019b0ec4aaa584e58e91583425ed7c0d55c28e (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - app/controllers/auth/sessions_controller.rb Upstream reverted something we partially reverted already. Reverted the rest to match upstream.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index e8ed1fade..2b38ae05b 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc3' + 'rc4' end def to_a |