]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.5.0rc1 (#8356)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 23 Aug 2018 21:30:57 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Aug 2018 21:30:57 +0000 (23:30 +0200)
lib/mastodon/version.rb

index 093485111faacdde095f99b8ce8541b63858cbce..a490478cd75ee00ef116f7196771d120d7107fea 100644 (file)
@@ -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