diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-06-18 23:01:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 23:01:52 +0200 |
commit | a04dca36a365e3f7f5f22e10d103245a4a8758f3 (patch) | |
tree | cfb00f4679366e9fdbb1070a3da00b808bbc938b | |
parent | 908a9671d0e7bcf1c6bea180e2e13be84485694d (diff) |
Bump version to 2.4.2rc2
-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 18055b3f7..7ba71ba0e 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc1' + 'rc2' end def to_a |