Browse Source

Bump version to 2.7.0rc1 (#9718)

Eugen Rochko 5 years ago
parent
commit
15aed1ee6c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lib/mastodon/version.rb

+ 3 - 3
lib/mastodon/version.rb

@@ -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