diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-17 14:07:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-17 14:07:00 +0100 |
commit | cdf8b92fea269209cedf38c50bca276cdf47b1fe (patch) | |
tree | 4599ed748fd075fa5e3eb4921df3ec16dc3b81eb | |
parent | 0074cad44ffcbbdbc798f57a21829359741e60d9 (diff) |
Bump version to 2.3.2rc1
-rw-r--r-- | lib/mastodon/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 05b13c802..4f524e9cf 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 1 + 2 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |