]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.7.0rc1 (#9718)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 8 Jan 2019 13:10:54 +0000 (14:10 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 13:10:54 +0000 (14:10 +0100)
lib/mastodon/version.rb

index cb5c2440cb03e8ef049a7219526a4c50f935a817..d0511eadb25e76494eacc5db7bcd46a51fd155a5 100644 (file)
@@ -9,11 +9,11 @@ module Mastodon
     end
 
     def minor
-      6
+      7
     end
 
     def patch
-      5
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a