about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-08-23 23:30:57 +0200
committerGitHub <noreply@github.com>2018-08-23 23:30:57 +0200
commit23752639b20abd26eefb199172da9fc3ceae172e (patch)
treee4eb010d1cab7a36abec357abe13287e90a91a71 /lib
parent2f34b747b3f765a37d7b23e70de42005c0b62f58 (diff)
Bump version to 2.5.0rc1 (#8356)
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 093485111..a490478cd 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -9,11 +9,11 @@ module Mastodon
     end
 
     def minor
-      4
+      5
     end
 
     def patch
-      3
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a