about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-03-30 12:36:24 +0100
committerThibaut Girka <thib@sitedethib.com>2019-03-30 12:36:24 +0100
commit4444d8f9b3fac33caf3d4732e5f6112c5321d6ea (patch)
treec1fc1d30ed47bdc324fc7acddaaf40bf0a5a28d3 /lib
parentb6fa500806f68d5394174e1f341dc61e3578760e (diff)
parent51625d3423051edb65081a7203bdbe52224d35f3 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
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 b35dd0561..c728b3ab2 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