diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-06-10 00:39:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-10 00:39:56 +0200 |
commit | 35ae9601228fcc91eadcea6f486097eea4275873 (patch) | |
tree | 4ae5f8a4bbb441a378cb6da4098b26e40aa162c8 | |
parent | 6310dd233ac2581b989228a15bc3d1cd7eaafe9a (diff) |
Bump version to 2.4.1rc4
-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 bc10573c4..77c20d644 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 |