diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-28 17:22:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-28 17:22:41 +0200 |
commit | fdb65dcbee6d441c8073b3552e145057e3dc4c46 (patch) | |
tree | ad1c603d368f002a540d3797566776df6d97325a /lib | |
parent | 4e2f2fab73d6632a2c5f8ff3d5ba26140747cd60 (diff) |
Bump to 1.5.0rc2
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 07969aff4..15530ea3d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def flags - 'rc1' + 'rc2' end def to_a |