diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-07-11 01:31:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 01:31:23 +0200 |
commit | 89dc0c98eecabcd2025aedfa2811b092ab1271dd (patch) | |
tree | 1ed6b05076256e45a65c1a02ce48c5d29e1aaf09 /lib | |
parent | ffd444d221b0d54979b1c295ab35fb0a44391040 (diff) |
Bump version to 2.4.3rc3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index c62f24599..b39f1d0a9 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc2' + 'rc3' end def to_a |