diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-03-26 02:54:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 02:54:11 +0100 |
commit | 07f8b4d1b19f734d04e69daeb4c3421ef9767aac (patch) | |
tree | b1ce08005e996472f9f67e8b2e34574abb7e21b5 /lib | |
parent | cefa526c6d3a45df2d0fcb7643ced828e2e87dea (diff) |
Bump version to 3.5.0rc2 (#17855)
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 f6e437d3a..acaa978bb 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -17,7 +17,7 @@ module Mastodon end def flags - 'rc1' + 'rc2' end def suffix |