diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-14 17:46:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 17:46:44 +0200 |
commit | 8756fd1e8231ff57c4249fa900b7a5d5f9005178 (patch) | |
tree | e1a63ded5cbbc76944a1d534c2e56f890bd27eab /lib | |
parent | d8b3f5fb9a6d394257cedd1fda3f86ff64f21e5b (diff) |
Bump version to 2.4.0rc3
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 5ef397af2..697f317d8 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc2' + 'rc3' end def to_a |