diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-13 12:45:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-13 12:45:12 +0100 |
commit | 57fcc21a8692b36262e67c41c3469037931a4d87 (patch) | |
tree | 084bdbb52cb7584b4c0bcb9a175fb6179a574ec1 /lib | |
parent | 6855baa0c5fd5fb80e1ba450af319aaebdd3fe1a (diff) |
Bump version to 2.1.0rc4
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 f59ec97cd..a430ac225 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -17,7 +17,7 @@ module Mastodon end def pre - 'rc3' + 'rc4' end def flags |