about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-05-06 11:50:00 +0200
committerGitHub <noreply@github.com>2018-05-06 11:50:00 +0200
commit50ed1e83ac924a92bdbc22b1b771e10c16eeaf65 (patch)
treeb3d743b7d9eb13274bdb229dfd39f087831d886c /lib
parent61a90186070395e133ad2f8e959bdf003a8615ca (diff)
Bump version to 2.4.0rc1 (#7283)
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 a6927eec3..2c643dcd7 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -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