]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 3.1.0rc1 (#12932)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 24 Jan 2020 00:14:51 +0000 (01:14 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2020 00:14:51 +0000 (01:14 +0100)
lib/mastodon/version.rb

index f3ead6d8d96d6a2e8d4b9fe902b03cee74f0798b..5900c49c9c6ca264e31d580a3a6fa70bc8c4ada3 100644 (file)
@@ -9,15 +9,15 @@ module Mastodon
     end
 
     def minor
-      0
+      1
     end
 
     def patch
-      1
+      0
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def suffix