diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-09 15:53:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-09 15:53:08 +0200 |
commit | 0949c43ab3a9dc76529dcae8e6a0b1c4b6c5f49b (patch) | |
tree | d9729b2b6ee78436c718811bac668b32bc5707e5 /lib | |
parent | e5bdfd1640f45ef3bb078922679f2967c36a5c17 (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 59ded05f7..8b0eb598d 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 |