summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-01-08 14:10:54 +0100
committerGitHub <noreply@github.com>2019-01-08 14:10:54 +0100
commit15aed1ee6c97b428c564e370cff77a158842a612 (patch)
tree57fde55565c7b42a58fdc6e0a15bbea9376780e0 /lib
parentb418ef5ba8ccddeeafadde7d47249ba1a34d80d1 (diff)
Bump version to 2.7.0rc1 (#9718)
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index cb5c2440cb0..d0511eadb25 100644
--- a/lib/mastodon/version.rb
+++ b/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