diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-06-15 20:38:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 20:38:41 +0200 |
commit | 3b8023f9f9d90f2e197a4cd78ddfa2180474ff90 (patch) | |
tree | d4298374312c75c801ad71076532041aabdcdaf8 | |
parent | 0df91c7b1e05952ebbfc552915e995d55af0a403 (diff) |
Bump version to 2.4.2rc1
-rw-r--r-- | lib/mastodon/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 0313f4ccf..18055b3f7 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 1 + 2 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |