]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.1.0rc1 (#5834)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 6 Dec 2017 15:13:32 +0000 (16:13 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2017 15:13:32 +0000 (16:13 +0100)
lib/mastodon/version.rb

index f10ace13e7942067179a36cd82495f3a41640be5..3904b7593fd5b3cfd0e652497004ed759e1214c6 100644 (file)
@@ -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