diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-06 16:13:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-06 16:13:32 +0100 |
commit | f9a0d8f2b9e15516864f4abe92d8eb207b3ace0c (patch) | |
tree | a8a740d5a2f124c694e4ae3ca42833030260ba78 | |
parent | 4de211b80abe7ea5578988040f004ea1f78d4628 (diff) |
Bump version to 2.1.0rc1 (#5834)
-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 f10ace13e..3904b7593 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 0 + 1 end def patch @@ -17,7 +17,7 @@ module Mastodon end def pre - nil + 'rc1' end def flags |