diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-15 02:00:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-15 02:00:28 +0100 |
commit | 098c7d27fe3a2d35d555f415717b9e019504dd91 (patch) | |
tree | 723f7e87cc72fdb2c74e2423249aef08fdf20796 /lib | |
parent | 3d3b403359db2ccd8d6b0c873ffe57231f8615e1 (diff) |
Bump version to 2.1.0rc6
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 a6fa0ddd6..8ce31de51 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -17,7 +17,7 @@ module Mastodon end def pre - 'rc5' + 'rc6' end def flags |