diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-06-06 21:27:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-06 21:27:06 +0200 |
commit | 158cd7ee7483353fb2dfc88a826bb739ff6b79ef (patch) | |
tree | a596b1662a32c3b3eb68a0b57e22955cf6ae7a92 | |
parent | 59b42188a73b7c7c09d91b1111a31d72f2f6e9b7 (diff) |
Bump version to 2.4.1rc3
-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 b401e718c..bc10573c4 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 |