diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-04-10 04:25:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 04:25:09 +0200 |
commit | 830c2a9ccbe98e145640e12637ef3da56f41a7b5 (patch) | |
tree | a789ecf783beb1d0855a41b00165965d48c869b7 /lib | |
parent | 9b0d8f74cbbb04c4b1227293137774db78b67896 (diff) |
Bump version to 2.8.0rc3 (#10535)
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 859850d15..bc27d06ea 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc2' + 'rc3' end def to_a |