diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-09 05:04:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 05:04:11 +0200 |
commit | c03f926cf373d68922ea3d3324263d38355befd9 (patch) | |
tree | 7f4ad7af50069e8b3fb91510d1bba1c9ee1a01f2 /lib | |
parent | 56f29c38b603a98e7b9715c48de022106d8da073 (diff) |
Bump version to 2.8.0rc2 (#10501)
Diffstat (limited to 'lib')
-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 d6114320e..859850d15 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 |