about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-12-06 16:13:32 +0100
committerGitHub <noreply@github.com>2017-12-06 16:13:32 +0100
commitf9a0d8f2b9e15516864f4abe92d8eb207b3ace0c (patch)
treea8a740d5a2f124c694e4ae3ca42833030260ba78 /lib
parent4de211b80abe7ea5578988040f004ea1f78d4628 (diff)
Bump version to 2.1.0rc1 (#5834)
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 f10ace13e..3904b7593 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -9,7 +9,7 @@ module Mastodon
     end
 
     def minor
-      0
+      1
     end
 
     def patch
@@ -17,7 +17,7 @@ module Mastodon
     end
 
     def pre
-      nil
+      'rc1'
     end
 
     def flags