diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-11 15:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 15:13:13 +0100 |
commit | ab27dccba5e470749bc9dc4ae7e9306c1762a6b0 (patch) | |
tree | f7f123ff7aff4c4b4793f1bfafd8a176e9c6173f /lib | |
parent | 56eb5c3f344f0342ac6f26a05748bc21c585a729 (diff) |
Bump version to 2.3.1rc1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 3ba96731d..50498be1d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |