diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-10 10:26:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-10 10:26:51 +0200 |
commit | 4819e2913d8be629b4a5a3bf7dce7f250da5a2db (patch) | |
tree | a71877d4d7eeed0e0dbd36d6921826bff6d0b040 /lib | |
parent | 72e662bb0d516caf2f9d1776ab5cc022bfdf1462 (diff) |
Bump version to 1.6.0rc5
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 3ab705e26..55c89b24f 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc4' + 'rc5' end def to_a |