diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-12-01 06:38:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 06:38:05 +0100 |
commit | 8e0b98556f5ff1ecf00e82ffbe76e953ffd764ef (patch) | |
tree | ec8260d066d454ab13d4d4780b67f447254eb477 /lib | |
parent | a55e6e99c0a8e757eca54ceb1b0496c7124ec9c4 (diff) |
Bump version to 3.3.0rc1 (#15230)
Diffstat (limited to 'lib')
-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 a90763ded..46aed7d8d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,15 +9,15 @@ module Mastodon end def minor - 2 + 3 end def patch - 1 + 0 end def flags - '' + 'rc1' end def suffix |