diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-05-30 19:16:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 19:16:41 +0200 |
commit | a29f196f95ce335eb8d4cb5aa22ba1f06a52ce01 (patch) | |
tree | afad611edd020b2abbc0ee860cac7132bcee6871 | |
parent | 3623aea6c994f0b96466d7ac83c1bbe0a9c8a267 (diff) |
Bump version to 2.4.1rc1
-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 81cc34756..dbb301132 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |