diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-22 11:31:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 11:31:52 +0100 |
commit | dafae9818da27573fdd872cfdb8680fdbca3fdd8 (patch) | |
tree | 1b2fda94b0e966db7e6cd3bea3b97e7ecbb066e8 /lib | |
parent | 9fe1619db94e3267b263633ecd4d05a840064215 (diff) |
Bump version to 2.3.2rc5
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 80650761a..035aafa9d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc4' + 'rc5' end def to_a |