diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-07-05 21:08:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 21:08:03 +0200 |
commit | cb36ab9a10d56b5cea1704ec95da7427cb8a59cd (patch) | |
tree | 39a6352f3bc353ba92a9c50f2e42060720458b00 | |
parent | 78f036b7d2379004438d3aa31c12e5dcf29e8dd0 (diff) |
Bump version to 2.4.3rc1
-rw-r--r-- | lib/mastodon/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 45211f535..36f1eb3ee 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 2 + 3 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |