diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-09 15:53:08 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 16:50:40 -0600 |
commit | 2163e3598ae6da02a6bce14889b93033cd271bad (patch) | |
tree | c22c3591f3e254294fc5bb780e93f89f62c06152 /lib | |
parent | cd1e1f28b8174c03104dfae03784526d15593607 (diff) |
Bump version to 2.9.0rc1 (#11004)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index c221b2493..01ec71cab 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 8 + 9 end def patch - 4 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |