diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-07-24 18:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 18:47:25 +0200 |
commit | d1a6f8d5a8d187ad7e0d9e683f8054f207270931 (patch) | |
tree | edcd039f75f6cd7143a9c54ed37bc94db95e36fc /lib | |
parent | 00448db3c8e326712c400c3b7cc70c203d85c8d9 (diff) |
Bump version to 3.2.0rc2 (#14382)
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 104cb1807..8df361373 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 |