]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.4.0rc1 (#7283)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 6 May 2018 09:50:00 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Sun, 6 May 2018 09:50:00 +0000 (11:50 +0200)
lib/mastodon/version.rb

index a6927eec316463ae52eaf845235b1fd2379d9825..2c643dcd7a957f1d674a6548d097dfa73f536954 100644 (file)
@@ -9,11 +9,11 @@ module Mastodon
     end
 
     def minor
-      3
+      4
     end
 
     def patch
-      3
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a