diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-06 11:50:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 11:50:00 +0200 |
commit | 50ed1e83ac924a92bdbc22b1b771e10c16eeaf65 (patch) | |
tree | b3d743b7d9eb13274bdb229dfd39f087831d886c /lib | |
parent | 61a90186070395e133ad2f8e959bdf003a8615ca (diff) |
Bump version to 2.4.0rc1 (#7283)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 6 |
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 |