diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-18 22:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 22:55:01 +0100 |
commit | b59818d4abe6e8ccf3cdf411a3f65bada62d4a2b (patch) | |
tree | 1de48ffdc9475e10dc65c123704505a651bd4118 /lib | |
parent | 88c5a8a4ff6c786619da282a25ddb5e20012fc0c (diff) |
Bump version to 2.7.0rc2 (#9836)
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 d0511eadb..6728c64fa 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 |