diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 81cc347568b844251dc55863e5bbbdaf4caf2007..dbb301132a652e62f891fefd99ea5dcf6a9c75d3 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      0
+      1
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a