diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-03 01:12:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-03 01:12:05 +0200 |
commit | 9dd8dff683a148bdd00d715e85b7af40c3d4be21 (patch) | |
tree | c8639eba20ac0b596b164a1a3c728576d10a1f61 | |
parent | a187dcefa1e0604e55eaff97a3c6403157528cdf (diff) |
Bump version to 1.6.0rc1 (#4768)
-rw-r--r-- | lib/mastodon/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index fcca875d9..b5fa476dc 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 5 + 6 end def patch - 1 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |