diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-01 20:50:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 20:50:23 +0100 |
commit | 64f2ada5d4765cc2a04b5064c3e88eb9b00adb00 (patch) | |
tree | dfa15795f039dda9ab976d685f3537d8072a914b /lib | |
parent | a3c413819746e5a496c9daeafcb0c4c7b6a63e5a (diff) |
Bump version to 2.3.0rc1
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 3a67bfb23..4150b39b6 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 2 + 3 end def patch @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a |