about summary refs log tree commit diff
path: root/lib/mastodon
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-30 02:13:42 +0100
committerGitHub <noreply@github.com>2019-03-30 02:13:42 +0100
commitac650d7a13b89666b916e011c782d34a89769689 (patch)
tree42a6e634ee82e2224efd43b3385ffd7de88d1bea /lib/mastodon
parent1714ea597866556ef9dd21d5d382f1d9181e0924 (diff)
Bump version to 2.8.0rc1 (#10340)
Update AUTHORS.md
Update CHANGELOG.md
Diffstat (limited to 'lib/mastodon')
-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 bdfcd27b5..d6114320e 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -9,11 +9,11 @@ module Mastodon
     end
 
     def minor
-      7
+      8
     end
 
     def patch
-      4
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a