diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-19 18:38:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 18:38:10 +0200 |
commit | bcbb6aa46ff6f7c634b38e71bd719ccf52b84172 (patch) | |
tree | 6f0175d3fd47efab01e1315221eb86d2bb6f1737 | |
parent | 1bbe12254d450aadf343ea337287f5e4b6ce5e80 (diff) |
Bump version to 2.4.0rc4
-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 874dfedb7..a08a7bf1e 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 |