diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-23 23:30:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 23:30:57 +0200 |
commit | 23752639b20abd26eefb199172da9fc3ceae172e (patch) | |
tree | e4eb010d1cab7a36abec357abe13287e90a91a71 /lib | |
parent | 2f34b747b3f765a37d7b23e70de42005c0b62f58 (diff) |
Bump version to 2.5.0rc1 (#8356)
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 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 |