about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-03-17 14:07:00 +0100
committerGitHub <noreply@github.com>2018-03-17 14:07:00 +0100
commitcdf8b92fea269209cedf38c50bca276cdf47b1fe (patch)
tree4599ed748fd075fa5e3eb4921df3ec16dc3b81eb /lib
parent0074cad44ffcbbdbc798f57a21829359741e60d9 (diff)
Bump version to 2.3.2rc1
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/version.rb4
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